r110824 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110823‎ | r110824 | r110825 >
Date:08:04, 7 February 2012
Author:bawolff
Status:ok
Tags:miscextensions 
Comment:
Make it so that going to Special:ShortUrl/f'''o''' doesn't make the o bold (It doesn't really matter at all, since no one is going to go to a url like that, and if they did it wouldn't matter if the o was bold, but nonetheless...)
Modified paths:
  • /trunk/extensions/ShortUrl/SpecialShortUrl.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ShortUrl/SpecialShortUrl.php
@@ -39,7 +39,8 @@
4040 if ( $title !== false ) {
4141 $wgOut->redirect( $title->getFullURL(), '301' );
4242 } else {
43 - $wgOut->showErrorPage( 'shorturl-not-found-title', 'shorturl-not-found-message', array( $par ) );
 43+ $parEsc = wfEscapeWikiText( $par );
 44+ $wgOut->showErrorPage( 'shorturl-not-found-title', 'shorturl-not-found-message', array( $parEsc ) );
4445 }
4546 }
4647 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r110841MFT r110824, r110826reedy12:41, 7 February 2012

Status & tagging log