From: Niklas Laxström Date: Thu, 25 Jun 2009 05:38:54 +0000 (+0000) Subject: Protect with newlines to prevent unexpected behaviour X-Git-Tag: 1.31.0-rc.0~41218 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=1f88206f3b6c1fa78e42c3856284841b0c58f095;p=lhc%2Fweb%2Fwiklou.git Protect with newlines to prevent unexpected behaviour --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index eea3d2804d..a02ba6ce6c 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -492,7 +492,7 @@ EOT $nofile = 'filepage-nofile'; } $wgOut->setRobotPolicy( 'noindex,nofollow' ); - $wgOut->wrapWikiMsg( '', $nofile ); + $wgOut->wrapWikiMsg( "", $nofile ); } }