r29225 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29224‎ | r29225 | r29226 >
Date:18:03, 3 January 2008
Author:huji
Status:old
Tags:
Comment:
Making the columns have equal widths by default (improves readability and look).
Modified paths:
  • /trunk/phase3/includes/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialAllpages.php
@@ -269,7 +269,7 @@
270270 if( $n % 3 == 0 ) {
271271 $out .= '<tr>';
272272 }
273 - $out .= "<td>$link</td>";
 273+ $out .= "<td width=\"33%\">$link</td>";
274274 $n++;
275275 if( $n % 3 == 0 ) {
276276 $out .= '</tr>';

Status & tagging log