r32308 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32307‎ | r32308 | r32309 >
Date:23:10, 21 March 2008
Author:siebrand
Status:old
Tags:
Comment:
Remove forced line height
Modified paths:
  • /trunk/extensions/Translate/TranslateUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslateUtils.php
@@ -373,7 +373,6 @@
374374 }
375375
376376 public static function fieldset( $legend, $contents, $attributes = array() ) {
377 - $attributes = $attributes + array( 'style' => 'line-height: normal;' );
378377 return
379378 Xml::openElement( 'fieldset', $attributes ) .
380379 Xml::tags( 'legend', null, $legend ) . $contents .

Status & tagging log