From 6325fba65a26cbf0739a1984384bca57257d02e9 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Sat, 11 Jun 2016 17:08:03 +0200 Subject: reproducible debian: replace underscore with space so browsers can wrap it better Signed-off-by: Holger Levsen --- bin/reproducible_html_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 5819a05b..47b5dbf3 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -405,7 +405,7 @@ def index_issues(issues, scorefuncs): for issue in sorted(issues, key=lambda issue: sort_issues(firstscorefunc, issue)): html += tab*3 + '\n' html += tab*4 + '' + issue + '\n' + '/'+ issue + '_issue.html">' + issue.replace("_", " ") + '\n' issues_list = issues_count.get(issue, []) for scorefunc in scorefuncs.values(): html += tab*4 + '' + str(scorefunc(issues_list)) + '\n' -- cgit v1.2.3-54-g00ecf