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

Bug#219653: packages.d.o/experimental/ table formatting bug



tags #219653 patch
thanks

On Fri, Nov 07, 2003 at 10:21:24PM +0100, Marcin Owsiany wrote:
> Package: www.debian.org
> Severity: minor
> 
> Compare http://packages.debian.org/unstable/ with
> http://packages.debian.org/experimental/
> 
> You'll see an extra "</dl><td width="50%" valign=top><dl>" line, which
> breaks formatting.

Attached a rather trivial patch, "backported" from my new version :)

Gruesse,
-- 
Frank Lichtenheld <frank@lichtenheld.de>
www: http://www.djpig.de/
Index: htmlscripts/pages.pl
===================================================================
RCS file: /cvs/webwml/packages/htmlscripts/pages.pl,v
retrieving revision 1.14
diff -r1.14 pages.pl
75,77c75,77
< 		}
< 		if ($i eq ceil($num_sections/2)) {
< 			$index_page .= "</dl><td width=\"50%\" valign=top><dl>\n";
---
> 			if ($i eq ceil($num_sections/2)) {
> 			    $index_page .= "</dl><td width=\"50%\" valign=top><dl>\n";
> 			}

Reply to: