From: Chad Horohoe Date: Thu, 13 Aug 2009 01:03:48 +0000 (+0000) Subject: Followup r54913...throw these on the copyright icons too X-Git-Tag: 1.31.0-rc.0~40331 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=064426fc2d46222d8fa2e2d120a66fa45c33a3ed;p=lhc%2Fweb%2Fwiklou.git Followup r54913...throw these on the copyright icons too --- 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 .= ''; }