From 79c81d33d8b73b8768dc1c0b46e5802746eae6af Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 14 Jun 2004 08:50:59 +0000 Subject: [PATCH] typo prevented standard skin user stylesheet from working --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1