r66475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66474‎ | r66475 | r66476 >
Date:15:27, 15 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fix HTML5 validation issue
Modified paths:
  • /trunk/extensions/Translate/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialLanguageStats.php
@@ -83,7 +83,7 @@
8484 $out .= Xml::closeElement( 'tr' );
8585
8686 $out .= Xml::openElement( 'tr' );
87 - $out .= Xml::openElement( 'td', array( 'class' => 'mw-input' ) );
 87+ $out .= Xml::openElement( 'td', array( 'class' => 'mw-input', 'colspan' => 2 ) );
8888 $out .= Xml::submitButton( wfMsg( 'allpagessubmit' ) );
8989 $out .= Xml::closeElement( 'td' );
9090 $out .= Xml::closeElement( 'tr' );
@@ -96,7 +96,6 @@
9797 return $out;
9898 }
9999
100 -
101100 # Statistics table element (heading or regular cell)
102101 function element( $in, $bgcolor = '' ) {
103102 if ( $bgcolor ) {

Status & tagging log