From c5cbc129c0502041358219e9b22b45f8629d7365 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 18 Feb 2008 07:47:46 +0000 Subject: [PATCH] Bug in r31044, thanks Nikerabbit --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '
' ); } -- 2.20.1