r53402 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53401‎ | r53402 | r53403 >
Date:15:37, 17 July 2009
Author:purodha
Status:ok
Tags:
Comment:
revert r53355 - the real culprit is "htmlspecialchars()" line 31 in includes/Xml.php
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/OldReviewedPages_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/OldReviewedPages_body.php
@@ -84,7 +84,7 @@
8585 : ""
8686 );
8787 $form .= '<br/>' .
88 - Xml::label( wfExt('oldreviewed-size', array('parse', 'escapenoentities') ), 'wpSize' ) .
 88+ Xml::label( wfMsg('oldreviewed-size'), 'wpSize' ) .
8989 Xml::input( 'size', 4, $this->size, array( 'id' => 'wpSize' ) ) . ' ' .
9090 Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" .
9191 "</fieldset></form>";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53355message contains html markuppurodha11:00, 16 July 2009

Status & tagging log