From 841b35fa0c061bc1ba52c723b664577e963dec52 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 15 Feb 2015 00:43:03 +0100 Subject: Added css class to package list without 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 a96b2d3c..0dfa9b44 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -375,7 +375,7 @@ def index_no_notes(notes, bugs): html = (tab*2).join(html.splitlines(True)) for pkg in without_notes: url = RB_PKG_URI + '/' + pkg + '.html' - html += tab*4 + '' + pkg + '' + html += tab*4 + '' + pkg + '' html += get_trailing_icon(pkg, bugs) + '\n' html += tab*3 + '\n' html += tab*2 + '

\n' -- cgit v1.2.3-54-g00ecf