summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 963bdf98..e2b4d2c6 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -541,6 +541,8 @@ def get_trailing_bug_icon(bug, bugs, package=None):
html += 'bug-done" title="#' + str(bug) + ', done">#'
elif bugs[package][bug]['patch']:
html += 'bug-patch" title="#' + str(bug) + ', with patch">+'
+ else:
+ html += 'bug">'
html += '</span>'
except KeyError:
pass