diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 67a0c7d2..c48b4fd5 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -168,7 +168,7 @@ def gen_suites_links(package, suite): icon = '<img src="/static/{icon}" alt="{status}" title="{status}"/>\n' html += icon.format(icon=join_status_icon(status)[1], status=status) html += '<a href="' + RB_PKG_URI + '/' + i[0] + '/' + i[1] + '/' + \ - str(package) + '.html" target="_parent">' + i[0] + '</a>' + str(package) + '.html" target="_parent">' + i[0] + '</a> ' return tab*5 + (tab*7).join(html.splitlines(True)) |