summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-02 15:38:46 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-02 15:41:46 +0200
commitd02bc4b66a674fbd0bc022783d6a383e8849a4b1 (patch)
treea06d52484ee43acb7f69c42a0615541f7af8fa13 /bin/reproducible_html_packages.py
parent1fe194ca4d1364870101b960fec167850f0be54f (diff)
downloadjenkins.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/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py6
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>