r70774 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70773‎ | r70774 | r70775 >
Date:19:25, 9 August 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r70773 per Niklas suggestion.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialNewpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialNewpages.php
@@ -267,8 +267,8 @@
268268 $dm = $wgContLang->getDirMark();
269269
270270 $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 )
273273 );
274274
275275 $query = array( 'redirect' => 'no' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70773* (bug 8140) Add dedicated CSS classes to Special:Newpages elements...raymond19:04, 9 August 2010

Status & tagging log