From 1a37e1fa6967c3b346e2fd756531ab973ba1b350 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 21 Apr 2015 16:44:46 +0200 Subject: reproducible: html_notes: directly link the "new" suite-relative issue pages instead of the old ones --- bin/reproducible_html_notes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index c7553b37..7769796d 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -378,8 +378,8 @@ def index_issues(issues): html = (tab*2).join(templ.splitlines(True)) for issue in sorted(issues, key=sort_issues): html += tab*3 + '\n' - html += tab*4 + '' + issue + '\n' + html += tab*4 + '' + issue + '\n' html += tab*4 + '\n' try: html += tab*5 + '' + str(len(issues_count[issue])) + ':\n' -- cgit v1.2.3-54-g00ecf