diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-02 15:38:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 15:41:46 +0200 |
commit | d02bc4b66a674fbd0bc022783d6a383e8849a4b1 (patch) | |
tree | a06d52484ee43acb7f69c42a0615541f7af8fa13 /bin | |
parent | 1fe194ca4d1364870101b960fec167850f0be54f (diff) | |
download | jenkins.debian.net-d02bc4b66a674fbd0bc022783d6a383e8849a4b1.tar.xz |
reproducible: html_packages: nest <span> inside <a> and not the reverse, to get the correct css class applied
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 856fa61a..1bece45d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -35,9 +35,9 @@ $links ${suites_links} </td> <td style="text-align:right; font-size:0.9em;"> - <span class="red" style="font-size:1.5em;" title="Notifications for this packages are enabled. Every status change reproducibly-wise will be emailed to the maintainer"> - <a href="/index_notify.html" target="_parent">$notify_maintainer</a> - </span> + <a href="/index_notify.html" target="_parent"> + <span class="red" style="font-size:1.5em;" title="Notifications for this packages are enabled. Every status change reproducibly-wise will be emailed to the maintainer">$notify_maintainer</span> + </a> <a href="%s" target="_parent"> reproducible builds </a> |