r92809 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92808‎ | r92809 | r92810 >
Date:22:11, 21 July 2011
Author:kaldari
Status:ok
Tags:
Comment:
style clean-up
Modified paths:
  • /trunk/extensions/CentralNotice/special/SpecialBannerAllocation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/special/SpecialBannerAllocation.php
@@ -191,9 +191,9 @@
192192 $viewCampaign = $this->getTitleFor( 'CentralNotice' );
193193
194194 $htmlOut = Xml::openElement( 'table',
195 - array ( 'cellpadding' => 9, 'class' => 'wikitable sortable', 'style' => 'border: 1px solid gray; margin: 1em' )
 195+ array ( 'cellpadding' => 9, 'class' => 'wikitable sortable', 'style' => 'margin: 1em;' )
196196 );
197 - $htmlOut .= Xml::element( 'caption', array( 'style' => 'font-size:1.2em' ), $type );
 197+ $htmlOut .= Xml::element( 'caption', array( 'style' => 'font-size: 1.2em;' ), $type );
198198 $htmlOut .= Xml::openElement( 'tr' );
199199 $htmlOut .= Xml::element( 'th', array( 'width' => '20%' ),
200200 wfMsg ( 'centralnotice-percentage' ) );

Status & tagging log