r69503 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69502‎ | r69503 | r69504 >
Date:12:55, 18 July 2010
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Fixed errors in HTML5 mode
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllpages.php
@@ -336,7 +336,7 @@
337337 if( $n % 3 == 0 ) {
338338 $out .= '<tr>';
339339 }
340 - $out .= "<td width=\"33%\">$link</td>";
 340+ $out .= "<td style=\"width:33%\">$link</td>";
341341 $n++;
342342 if( $n % 3 == 0 ) {
343343 $out .= "</tr>\n";

Comments

#Comment by Simetrical (talk | contribs)   00:02, 20 July 2010

RELEASE-NOTES?

Status & tagging log