summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 20:57:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 21:20:06 +0100
commit03796abe87766caf831cc5710cee50c5799cfba7 (patch)
treee81cdbf6799ec57a4813c335cdcb8f27aeb7b3c7 /bin/reproducible_html_indexes.py
parent15d2c9447f4dd0f256cbd30a7b4bc1760c58a5d1 (diff)
downloadjenkins.debian.net-03796abe87766caf831cc5710cee50c5799cfba7.tar.xz
reproducible: fix html5
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index da7eb6d5..966bbd64 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -295,7 +295,7 @@ def build_page_section(page, section, suite, arch):
return (html, footnote) # do not output anything on the page.
html += build_leading_text_section(section, rows, suite, arch)
if page == 'scheduled':
- html += '<p><table class="body">\n' + tab + '<th>#</th><th>scheduled at</th><th>suite</th><th>architecture</th><th>source package</th></tr>\n'
+ html += '<p><table class="body">\n' + tab + '<tr><th>#</th><th>scheduled at</th><th>suite</th><th>architecture</th><th>source package</th></tr>\n'
else:
html += '<p>\n' + tab + '<code>\n'
for row in rows: