r66473 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66472‎ | r66473 | r66474 >
Date:14:51, 15 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Remove unneeded attributes
Modified paths:
  • /trunk/extensions/Translate/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialLanguageStats.php
@@ -149,12 +149,7 @@
150150 $out .= Xml::openElement(
151151 'table',
152152 array(
153 - 'class' => "sortable wikitable",
154 - 'border' => '2',
155 - 'cellpadding' => '4',
156 - 'cellspacing' => '0',
157 - 'style' => "background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;",
158 - 'width' => "100%"
 153+ 'class' => "sortable wikitable"
159154 )
160155 );
161156

Status & tagging log