[Blends-commit] [SCM] website branch, master, updated. 9070e5469160beb77ef3dab05b60679290fe5a45

Andreas Tille tille at debian.org
Sun Jul 7 14:36:40 UTC 2013


The following commit has been merged in the master branch:
commit 9070e5469160beb77ef3dab05b60679290fe5a45
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jul 7 16:32:29 2013 +0200

    Remove useless space in front of 'UP'

diff --git a/misc/thermometer/templates/thermometer.xhtml b/misc/thermometer/templates/thermometer.xhtml
index 9edc97b..4d678fc 100644
--- a/misc/thermometer/templates/thermometer.xhtml
+++ b/misc/thermometer/templates/thermometer.xhtml
@@ -71,8 +71,7 @@ table.pkg tr.othered {
 </tr>
 <py:for each="pkg in blend_data">
  <tr class='${pkg.debianstatus}'>
-  <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
-   </span><a href='${pkg.homepage}'>UP</a>)</td>
+  <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span></span><a href='${pkg.homepage}'>UP</a>)</td>
   <td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td><td>${pkg.experimental}</td><td>${pkg.UNRELEASED}</td>
  </tr>
 </py:for>
diff --git a/misc/thermometer/templates/uthermometer.xhtml b/misc/thermometer/templates/uthermometer.xhtml
index 1e981ca..8cbc085 100644
--- a/misc/thermometer/templates/uthermometer.xhtml
+++ b/misc/thermometer/templates/uthermometer.xhtml
@@ -71,8 +71,7 @@ table.pkg tr.othered {
 </tr>
 <py:for each="pkg in blend_data">
  <tr class='${pkg.ubuntustatus}'>
-  <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span>
-   </span><a href='${pkg.homepage}'>UP</a>)</td>
+  <td><strong>${pkg.source}</strong> (<span py:choose="pkg.is_in_debian"><span py:when="1"><a href='http://packages.qa.debian.org/${pkg.source}'>PTS</a>, </span><span py:otherwise=""><span py:if="pkg.wnpp != ''"><a href="http://bugs.debian.org/${pkg.wnpp}">WNPP</a>, </span></span></span><a href='${pkg.homepage}'>UP</a>)</td>
   <td>${pkg.stable}</td><td>${pkg.testing}</td><td>${pkg.unstable}</td><td>${pkg.stable_bpo}</td><td>${pkg.precise}</td><td>${pkg.quantal}</td><td>${pkg.raring}</td>
  </tr>
 </py:for>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list