summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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