From a2423ddb3fcbf39544169a0e27300babfa29c903 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 29 Aug 2015 09:37:14 +0100 Subject: b/reproducible_common.py: Make trailing bug icons HTML anchors. Signed-off-by: Chris Lamb --- bin/reproducible_common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index d03e215a..b4d56223 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -552,6 +552,7 @@ def get_trailing_icon(package, bugs): html = '' if package in bugs: for bug in bugs[package]: + html += ''.format(bug=bug) html += '#' @@ -561,6 +562,7 @@ def get_trailing_icon(package, bugs): html += 'bug-patch" title="#' + str(bug) + ', with patch">+' else: html += 'bug" title="#' + str(bug) + '">#' + html += '' return html -- cgit v1.2.3-54-g00ecf