summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-02-15 00:43:03 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-15 18:16:57 +0100
commit841b35fa0c061bc1ba52c723b664577e963dec52 (patch)
tree04683d5554c153d7f541e0123f1bfb976f95e344 /bin/reproducible_html_notes.py
parent4b0408dd275ac22214a4bfcc28d52d496abe265f (diff)
downloadjenkins.debian.net-841b35fa0c061bc1ba52c723b664577e963dec52.tar.xz
Added css class to package list without notes
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 1 insertions, 1 deletions
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 + '<a href="' + url + '">' + pkg + '</a>'
+ html += tab*4 + '<a href="' + url + '" class="package">' + pkg + '</a>'
html += get_trailing_icon(pkg, bugs) + '\n'
html += tab*3 + '</code>\n'
html += tab*2 + '</p>\n'