summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 262f2a08..0d86db9e 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -393,7 +393,6 @@ def build_page_section(page, section, suite, arch):
for row in rows:
pkg = row[0]
html += tab*2 + link_package(pkg, suite, arch, bugs)
- html += '\n'
else:
html += tab + '</code>\n'
html += '</p>'