Index: trunk/phase3/includes/specials/SpecialNewpages.php |
— | — | @@ -267,8 +267,8 @@ |
268 | 268 | $dm = $wgContLang->getDirMark(); |
269 | 269 | |
270 | 270 | $title = Title::makeTitleSafe( $result->rc_namespace, $result->rc_title ); |
271 | | - $time = Html::rawElement( 'span', array( 'class' => 'mw-newpages-time' ), |
272 | | - htmlspecialchars( $wgLang->timeAndDate( $result->rc_timestamp, true ) ) |
| 271 | + $time = Html::element( 'span', array( 'class' => 'mw-newpages-time' ), |
| 272 | + $wgLang->timeAndDate( $result->rc_timestamp, true ) |
273 | 273 | ); |
274 | 274 | |
275 | 275 | $query = array( 'redirect' => 'no' ); |