From: Raimond Spekking Date: Mon, 9 Aug 2010 19:25:11 +0000 (+0000) Subject: Follow-up r70773 per Niklas suggestion. X-Git-Tag: 1.31.0-rc.0~35578 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=f246cda5dd16c7d56dfaf84152ee937cdbfd9967;p=lhc%2Fweb%2Fwiklou.git Follow-up r70773 per Niklas suggestion. --- diff --git a/includes/specials/SpecialNewpages.php b/includes/specials/SpecialNewpages.php index c49ce9904f..1661e9622f 100644 --- a/includes/specials/SpecialNewpages.php +++ b/includes/specials/SpecialNewpages.php @@ -267,8 +267,8 @@ class SpecialNewpages extends IncludableSpecialPage { $dm = $wgContLang->getDirMark(); $title = Title::makeTitleSafe( $result->rc_namespace, $result->rc_title ); - $time = Html::rawElement( 'span', array( 'class' => 'mw-newpages-time' ), - htmlspecialchars( $wgLang->timeAndDate( $result->rc_timestamp, true ) ) + $time = Html::element( 'span', array( 'class' => 'mw-newpages-time' ), + $wgLang->timeAndDate( $result->rc_timestamp, true ) ); $query = array( 'redirect' => 'no' );