[Pkg-octave-commit] rev 178 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Tue, 29 Mar 2005 18:58:41 +0000


Author: rafael
Date: 2005-03-29 18:58:40 +0000 (Tue, 29 Mar 2005)
New Revision: 178

Modified:
   trunk/www/index.html.in
Log:
Fixed icon legend


Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-03-29 18:10:53 UTC (rev 177)
+++ trunk/www/index.html.in	2005-03-29 18:58:40 UTC (rev 178)
@@ -97,7 +97,7 @@
 <dl><dt></dt><dd>
     <table class="pkg">
 <:
-for my $pkg (@packages) { 
+for my $pkg (@packages) {
   my $pkg_svn = ($pkg =~ /(.*)\d\.\d$/) ? $1 : $pkg; _:>
       <tr>
         <td><:=$pkg:></td>
@@ -149,16 +149,15 @@
       src="icons/build.png" class="icon" alt="[buildd]"/>: buildd logs,
       <img src="icons/check.png" class="icon" alt="[check]"/>:
       unstable/testing status, <img src="icons/check.png" class="icon"
-      alt="[check]"/>: buildd status , <img src="icons/igloo.png"
-      class="icon" alt="[igloo]"/>: SVN pkg sources]
+      alt="[igloo]"/>: buildd status , <img src="icons/igloo.png"
+      class="icon" alt="[svn]"/>: SVN pkg sources]
     </p>
 
     <h2>Packages not yet released</h2>
 
     <ul>
       <li>
-        <a
-          href="octave-gtk">octave-gtk</a>
+        <a href="octave-gtk">octave-gtk</a>
       </li>
     </ul>