summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 02:04:29 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 02:04:29 +0000
commit71b33c979f97725cabb7923c618b016e4d6e35a3 (patch)
treede0df15ce52d012ba7353db3eca393530a6df60c /ikiwiki
parentf72cbd6afa4d7929a451bf8c848f341410db542d (diff)
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index 37000b3bf..a9f76d3fe 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -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 => "",