From: Tim Starling Date: Mon, 18 Feb 2008 07:47:46 +0000 (+0000) Subject: Bug in r31044, thanks Nikerabbit X-Git-Tag: 1.31.0-rc.0~49451 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=c5cbc129c0502041358219e9b22b45f8629d7365;p=lhc%2Fweb%2Fwiklou.git Bug in r31044, thanks Nikerabbit --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index b3d2d423ee..573bc4d7c0 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -78,7 +78,7 @@ class ImagePage extends Article { if ( $this->mExtraDescription ) { $fol = wfMsgNoTrans( 'shareddescriptionfollows' ); if( $fol != '-' && !wfEmptyMsg( 'shareddescriptionfollows', $fol ) ) { - $wgOut->addWikiMsg( $fol ); + $wgOut->addWikiText( $fol ); } $wgOut->addHTML( '
' . $this->mExtraDescription . '
' ); }