From: joey Date: Sat, 11 Mar 2006 02:07:09 +0000 (+0000) Subject: foo X-Git-Tag: 1.0~537 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=9703ce7500e4519d3db4f8af758fda258a0ac6a3 foo --- diff --git a/ikiwiki b/ikiwiki index a9f76d3fe..444d6f4a3 100755 --- a/ikiwiki +++ b/ikiwiki @@ -621,8 +621,10 @@ sub cgi () { $q->h1("$wikiname: Creating $page"), $q->start_form(-action => $action), $q->hidden('do'), - "Select page location: ($default_loc)", - $q->popup_menu('page', \@page_locs, $default_loc), + "Select page location:", + $q->popup_menu(-name => 'page', + -values => \@page_locs, + -default => $default_loc), $q->textarea(-name => 'content', -default => "", -rows => 20,