From 83afd57b40089c83d15be0636aeea667d9b708c7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 21 Apr 2015 16:31:29 +0200 Subject: reproducible: common: add a \n after every package link --- bin/reproducible_html_indexes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/reproducible_html_indexes.py') 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 + '\n' html += '

' -- cgit v1.2.3-54-g00ecf