From: Brion Vibber Date: Thu, 3 Feb 2005 08:44:59 +0000 (+0000) Subject: * (bug 1457) Fix XHTML validation on category column list X-Git-Tag: 1.5.0alpha1~787 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=29ba626ddb1780e0e006a146e5e455ac2da7376d;p=lhc%2Fweb%2Fwiklou.git * (bug 1457) Fix XHTML validation on category column list --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index 6160b4d46b..911f017028 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -233,8 +233,8 @@ class CategoryPage extends Article { $chunkIndex < 3; $chunkIndex++, $startChunk = $endChunk, $endChunk += $chunk + 1) { - - $r .= '\n"; + } $cont_msg = ""; if ( $articles_start_char[$index] == $prev_start_char ) $cont_msg = wfMsg('listingcontinuesabbrev'); - $r .= "

{$articles_start_char[$index]}$cont_msg

\n\n"; + } + $r .= "\n"; }