From: Huji Date: Thu, 3 Jan 2008 18:03:05 +0000 (+0000) Subject: Making the columns have equal widths by default (improves readability and look). X-Git-Tag: 1.31.0-rc.0~50158 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=dd160b5b930925590d15174296b4ce6a53325ccb;p=lhc%2Fweb%2Fwiklou.git Making the columns have equal widths by default (improves readability and look). --- diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 12cd8b83be..8f7c660c44 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -269,7 +269,7 @@ function showChunk( $namespace = NS_MAIN, $from, $including = false ) { if( $n % 3 == 0 ) { $out .= ''; } - $out .= "$link"; + $out .= "$link"; $n++; if( $n % 3 == 0 ) { $out .= '';