From: Brion Vibber Date: Sat, 6 Sep 2003 06:05:57 +0000 (+0000) Subject: URL-escape the main page link on the logo X-Git-Tag: 1.1.0~288 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=dee88642996a891e043551dd7333c54ea2e2bde5;p=lhc%2Fweb%2Fwiklou.git URL-escape the main page link on the logo --- diff --git a/includes/Skin.php b/includes/Skin.php index 1cbddf6a15..957687024f 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -601,7 +601,8 @@ if ( isset ( $wgUseApproval ) && $wgUseApproval ) else { $a = ""; } $mp = wfMsg( "mainpage" ); - $s = "getLogo() . "\" alt=\"" . "[{$mp}]\">"; return $s; }