Index: trunk/extensions/Translate/TranslateUtils.php |
— | — | @@ -373,7 +373,6 @@ |
374 | 374 | } |
375 | 375 | |
376 | 376 | public static function fieldset( $legend, $contents, $attributes = array() ) { |
377 | | - $attributes = $attributes + array( 'style' => 'line-height: normal;' ); |
378 | 377 | return |
379 | 378 | Xml::openElement( 'fieldset', $attributes ) . |
380 | 379 | Xml::tags( 'legend', null, $legend ) . $contents . |