From: joey Date: Sat, 11 Mar 2006 02:07:09 +0000 (+0000) Subject: foo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/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,