diff options
-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 35275bac..1b05f167 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -186,7 +186,7 @@ def gen_suites_links(package, current_arch): icon = prefix + '<img src="/static/{icon}" alt="{status}" title="{status}"/>' + suffix html += icon.format(icon=join_status_icon(status)[1], status=status) html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \ - ' title="{}: {}">{}</a>:{}</li>\n').format(RB_PKG_URI, + ' title="{}: {}">{}</a>: {}</li>\n').format(RB_PKG_URI, s, a, package.name, status, version, s, version) html += '</span>\n' html += tab + '</ul></li>' |