[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: html_packages: nest <span> inside <a> and not the reverse, to get the correct css class applied

Holger Levsen holger at moszumanska.debian.org
Tue Jun 2 13:42:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d02bc4b66a674fbd0bc022783d6a383e8849a4b1
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Jun 2 15:38:46 2015 +0200

    reproducible: html_packages: nest <span> inside <a> and not the reverse, to get the correct css class applied
---
 bin/reproducible_html_packages.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 856fa61..1bece45 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list