diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 02:04:29 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 02:04:29 +0000 |
commit | 71b33c979f97725cabb7923c618b016e4d6e35a3 (patch) | |
tree | de0df15ce52d012ba7353db3eca393530a6df60c | |
parent | f72cbd6afa4d7929a451bf8c848f341410db542d (diff) |
foo
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 => "", |