bug-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-womb] gnumaint/gm: validation errors in logo html


From: Ineiev
Subject: [Bug-womb] gnumaint/gm: validation errors in logo html
Date: Fri, 02 Dec 2011 11:24:36 +0400
User-agent: Thunderbird 2.0.0.24 (X11/20100623)

Hi,

The logo HTML doesn't validate: there are missing </td>,
and xmllint wants the <img> tag to be closed like <img... />.

Could you commit the patch?  (I've already committed the fixed HTML,
so there is no need to regenerate it).

Index: gm
===================================================================
RCS file: /sources/womb/gnumaint/gm,v
retrieving revision 1.44
diff -U 2 -r1.44 gm
--- gm  28 Aug 2011 18:51:33 -0000      1.44
+++ gm  2 Dec 2011 06:58:26 -0000
@@ -237,6 +237,6 @@
     next unless $logo;

-    push (@ret, qq!<tr><td><a href="/software/$pkgname/">$pkgname</a>!);
-    push (@ret, qq!    <td><img alt="$pkgname" src="$logo"></tr>\n!);
+    push (@ret, qq!<tr><td><a href="/software/$pkgname/">$pkgname</a></td>!);
+    push (@ret, qq!    <td><img alt="$pkgname" src="$logo" /></td></tr>\n!);
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]