typo prevented standard skin user stylesheet from working
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 14 Jun 2004 08:50:59 +0000 (08:50 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 14 Jun 2004 08:50:59 +0000 (08:50 +0000)
includes/Skin.php

index 5fb9a13..2ee9bd3 100644 (file)
@@ -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();