From 4d272ec81bf8e67e773a1932c05f20c22392c9bc Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 3 Mar 2015 00:55:30 +0100 Subject: reproducible: common: fixup last commit, missing a slash --- 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 f86daf05..613d8d6c 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -200,7 +200,7 @@ def write_html_page(title, body, destfile, suite=None, noheader=False, style_not suite_links = "" for i in SUITES: if i != suite: - suite_links += '
  • suite: ' + i + '
  • ' + suite_links += '
  • suite: ' + i + '
  • ' html += html_head_page.substitute( page_title=title, count_total=count_total, -- cgit v1.2.3-70-g09d2