From 29ba626ddb1780e0e006a146e5e455ac2da7376d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 3 Feb 2005 08:44:59 +0000 Subject: [PATCH] * (bug 1457) Fix XHTML validation on category column list --- includes/CategoryPage.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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"; } -- 2.20.1