From 064426fc2d46222d8fa2e2d120a66fa45c33a3ed Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 13 Aug 2009 01:03:48 +0000 Subject: [PATCH] Followup r54913...throw these on the copyright icons too --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 345ae09c11..be2756f6f4 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1492,7 +1492,7 @@ END; $out .= ''; } $text = htmlspecialchars( $wgRightsText ); - $out .= "$text"; + $out .= "\"$text\""; if ( $wgRightsUrl ) { $out .= ''; } -- 2.20.1