From 1f88206f3b6c1fa78e42c3856284841b0c58f095 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 25 Jun 2009 05:38:54 +0000 Subject: [PATCH] Protect with newlines to prevent unexpected behaviour --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.20.1