* Don't set defaultSkin to "default" because that's a horrible skin

(does it even exist?).  Use "" instead (which is really "monobook").

svn path=/nixos/trunk/; revision=27604
This commit is contained in:
Eelco Dolstra 2011-07-04 15:51:38 +00:00
parent bf00977ce1
commit 1d09ad240a

View File

@ -254,9 +254,9 @@ in
}; };
defaultSkin = mkOption { defaultSkin = mkOption {
default = "standard"; default = "";
example = "nostalgia"; example = "nostalgia";
description = "Default skin: you can change the default skin."; description = "Set this value to change the default skin used by MediaWiki.";
}; };
extraConfig = mkOption { extraConfig = mkOption {