From: Alex Monk Date: Thu, 6 Sep 2012 16:24:48 +0000 (+0100) Subject: (bug 40058) Parse newwindow message. X-Git-Tag: 1.31.0-rc.0~22428^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=c9805ddcede3ab952457552e715c764583d3790b;p=lhc%2Fweb%2Fwiklou.git (bug 40058) Parse newwindow message. Change-Id: Ibd24a2cbadecd0dbfeaa06d86d55dd2bcaeefa7d --- diff --git a/includes/EditPage.php b/includes/EditPage.php index f9bba19040..03918e2d2e 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2489,7 +2489,7 @@ HTML $edithelpurl = Skin::makeInternalOrExternalUrl( wfMessage( 'edithelppage' )->inContentLanguage()->text() ); $edithelp = '' . wfMessage( 'edithelp' )->escaped() . ' ' . - wfMessage( 'newwindow' )->escaped(); + wfMessage( 'newwindow' )->parse(); $wgOut->addHTML( " {$cancel}\n" ); $wgOut->addHTML( " {$edithelp}\n" ); $wgOut->addHTML( "\n\n" );