From: Gabriel Wicke Date: Mon, 14 Jun 2004 08:50:59 +0000 (+0000) Subject: typo prevented standard skin user stylesheet from working X-Git-Tag: 1.5.0alpha1~2854 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=79c81d33d8b73b8768dc1c0b46e5802746eae6af;p=lhc%2Fweb%2Fwiklou.git typo prevented standard skin user stylesheet from working --- diff --git a/includes/Skin.php b/includes/Skin.php index 5fb9a13e74..2ee9bd3061 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -177,7 +177,7 @@ class Skin { $s .= $wgRequest->getText('wpTextbox1'); } else { $userpage = $wgLang->getNsText( Namespace::getUser() ) . ":" . $wgUser->getName(); - $s.= '@import "'.$this->makeUrl($userpage.'/'.$this->getSkinName(), 'action=raw&ctype=text/css').'";'."\n"; + $s.= '@import "'.$this->makeUrl($userpage.'/'.$this->getSkinName().'.css', 'action=raw&ctype=text/css').'";'."\n"; } } $s .= $this->doGetUserStyles();