From: Amir E. Aharoni Date: Wed, 5 Oct 2011 06:45:11 +0000 (+0000) Subject: Followup to r98839 and r98851 according to Nikerabbit's suggestions: Xml -> Html... X-Git-Tag: 1.31.0-rc.0~27263 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=231dbc7d46ca4604fff8946e0eed461464eb905e;p=lhc%2Fweb%2Fwiklou.git Followup to r98839 and r98851 according to Nikerabbit's suggestions: Xml -> Html and some whitespace. --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 5a797f600d..4b25489dbe 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -215,9 +215,10 @@ class ChangesList extends ContextSource { if ( $szdiff < 0 ) { $formattedSizeClass = 'mw-plusminus-neg'; } - return Xml::element($tag, - array('dir' => 'ltr', 'class' => $formattedSizeClass), - "($formattedSize)"); + + return Html::element( $tag, + array( 'dir' => 'ltr', 'class' => $formattedSizeClass ), + "($formattedSize)" ); } /**