r8943 - /scripts/qa/qareport.cgi

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 08:16:28 UTC 2007


Author: dmn
Date: Wed Nov  7 08:16:28 2007
New Revision: 8943

URL: http://svn.debian.org/wsvn/?sc=1&rev=8943
Log:
Move the unreleased </span> in the IF block

Modified:
    scripts/qa/qareport.cgi

Modified: scripts/qa/qareport.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport.cgi?rev=8943&op=diff
==============================================================================
--- scripts/qa/qareport.cgi (original)
+++ scripts/qa/qareport.cgi Wed Nov  7 08:16:28 2007
@@ -140,7 +140,7 @@
     [% SET svn_un_ver = data.svn.$pkg.un_version %]
     <tr>
         <td>$pkg</td>
-        <td><a href="http://svn.debian.org/wsvn/pkg-perl/trunk/$pkg/debian/changelog?op=file&amp;rev=0&amp;sc=0">$svn_ver[% IF svn_un_ver AND (svn_un_ver != svn_ver) %]<span style="font-size: smaller"> (unreleased: $svn_un_ver)[% END #IF %]</span></a></td>
+        <td><a href="http://svn.debian.org/wsvn/pkg-perl/trunk/$pkg/debian/changelog?op=file&amp;rev=0&amp;sc=0">$svn_ver[% IF svn_un_ver AND (svn_un_ver != svn_ver) %]<span style="font-size: smaller"> (unreleased: $svn_un_ver)</span>[% END #IF %]</a></td>
         <td>[% INCLUDE bts_link data=data pkg=pkg %][% IF arch_ver %]<a href="http://packages.qa.debian.org/$pkg">$arch_ver</a>[% END #IF %]</td>
         <td>${data.watch.$pkg.upstream_mangled}</td>
     </tr>




More information about the Pkg-perl-cvs-commits mailing list