summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/websetup.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-06 22:27:12 -0400
committerJoey Hess <joey@kitenet.net>2010-05-06 22:27:12 -0400
commit4c320176c080038f95131f39ecaca3101b4b1745 (patch)
tree2da085a7dc798867ca70b90394ec494d352f7ad5 /IkiWiki/Plugin/websetup.pm
parentd3aaf6e01fe7f90a530e640957b5908d5dba2f7f (diff)
simplify formbuilder stylesheet specification
Since all forms are wrapped in a template that defines the actual stylesheets, formbuilder just has to be told to turn on stylesheet mode, not what file is the style sheet.
Diffstat (limited to 'IkiWiki/Plugin/websetup.pm')
-rw-r--r--IkiWiki/Plugin/websetup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/websetup.pm b/IkiWiki/Plugin/websetup.pm
index 4d2e611eb..9cb5eb13c 100644
--- a/IkiWiki/Plugin/websetup.pm
+++ b/IkiWiki/Plugin/websetup.pm
@@ -293,7 +293,7 @@ sub showform ($$) {
],
action => $config{cgiurl},
template => {type => 'div'},
- stylesheet => IkiWiki::baseurl()."style.css",
+ stylesheet => 1,
);
$form->field(name => "do", type => "hidden", value => "setup",