From 1bf560c820a831d0860bcc8b185695303e23e07a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 16 Feb 2015 00:08:04 +0100 Subject: reproducible: common, correctly use '#' for bugs without patch in get_trailing_icon() --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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">+' else: - html += '" title="#' + str(bug) + '">+' + html += '" title="#' + str(bug) + '">#' return html -- cgit v1.2.3-70-g09d2