master
joey 2006-03-11 02:04:29 +00:00
parent f72cbd6afa
commit 71b33c979f
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ sub cgi () {
$q->h1("$wikiname: Creating $page"),
$q->start_form(-action => $action),
$q->hidden('do'),
"Select page location:",
"Select page location: ($default_loc)",
$q->popup_menu('page', \@page_locs, $default_loc),
$q->textarea(-name => 'content',
-default => "",