From 73f504b99c58acf52a2ad4c892eda71ea2e7ae1d Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 21 May 2016 19:00:11 +0200 Subject: reproducible debian: add more spacing between archs/suites to make it clearer they are separate links Signed-off-by: Holger Levsen --- bin/reproducible_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index ac941bb6..6b200754 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -330,14 +330,14 @@ def _gen_pkg_sets_link(suite, arch): def _gen_arch_links(suite, arch): html = '
  • ' for a in ARCHS: - html += ' ' + a + '' + html += ' ' + a + '  ' html += '
  • ' return html def _gen_suite_links(suite, arch): html = '
  • ' for s in SUITES: - html += ' ' + s + '' + html += ' ' + s + '  ' html += '
  • ' return html -- cgit v1.2.3-70-g09d2