r3001 - people/goneri/SvnBuildStat-WWW/root/src/packages

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Jun 19 19:57:51 UTC 2007


Author: goneri-guest
Date: 2007-06-19 19:57:51 +0000 (Tue, 19 Jun 2007)
New Revision: 3001

Modified:
   people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2
Log:
warning class for the lintian/linda W


Modified: people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2
===================================================================
--- people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2	2007-06-19 19:53:15 UTC (rev 3000)
+++ people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2	2007-06-19 19:57:51 UTC (rev 3001)
@@ -105,7 +105,7 @@
 <table>
   [% FOREACH lintian IN lintians %]
   <tr>
-    <td [% IF lintian.error %]class="error"[% END %]>
+    <td [% IF lintian.error %]class="error"[% ELSE %]class="warning"[% END %]>
   [% lintian.text %]
     </td>
   </tr>
@@ -118,7 +118,7 @@
 <table>
   [% FOREACH linda IN lindas %]
   <tr>
-    <td [% IF linda.error %]class="error"[% END %]>
+    <td [% IF linda.error %]class="error"[% ELSE %]class="warning"[% END %]>
   [% linda.text %]
     </td>
   </tr>




More information about the Pkg-games-commits mailing list