From 6c8a86ede6816bc883cc3f4db3f2a946f01c221a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 14 Feb 2015 18:40:46 +0100 Subject: reproducible: fix html in reproducible_html_notes --- bin/reproducible_html_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 4d593a83..78cc52f8 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -354,7 +354,7 @@ def get_trailing_icon(package, bugs): def index_notes(notes): bugs = get_bugs() log.debug('Building the index_notes page...') - html = '\n

There are ' + str(len(notes)) + ' packages with notes.

\n' + html = '\n

There are ' + str(len(notes)) + ' packages with notes.

\n' html += '

\n' + tab + '\n' html = (tab*2).join(html.splitlines(True)) for pkg in sorted(notes): -- cgit v1.2.3-70-g09d2