summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-16 00:08:04 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 00:15:33 +0100
commit1bf560c820a831d0860bcc8b185695303e23e07a (patch)
treedd29bb0e00632825e7ed5510d814742ee71b5825 /bin/reproducible_common.py
parente4c0eae7e2e5eeb1d342c1b8249213dbd5470a07 (diff)
downloadjenkins.debian.net-1bf560c820a831d0860bcc8b185695303e23e07a.tar.xz
reproducible: common, correctly use '#' for bugs without patch in get_trailing_icon()
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 09612580..1ae206b5 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -410,7 +410,7 @@ def get_trailing_icon(package, bugs):
elif bugs[package][bug]['patch']:
html += 'bug-patch" title="#' + str(bug) + ', with patch">+</span>'
else:
- html += '" title="#' + str(bug) + '">+</span>'
+ html += '" title="#' + str(bug) + '">#</span>'
return html