diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 05:41:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 05:41:25 +0000 |
commit | 965afd875cd168713e9351d3c4c992c31f0bea0a (patch) | |
tree | c4c6a38c0af52efa8fa117f7c6a9242d83226191 /ikiwiki | |
parent | 69d70eb3ba8c0bc17096cfb2afec844a78746137 (diff) |
up
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -701,6 +701,7 @@ sub cgi () { print $q->header, $q->start_html("Creating $page"), $q->start_h1("<a href=\"$url\">$wikiname</a>/ Creating $page"), + $q->end_hi, $q->start_form(-action => $action), $q->hidden('do'), "Select page location:", @@ -728,6 +729,7 @@ sub cgi () { print $q->header, $q->start_html("Editing $page"), $q->h1("<a href=\"$url\">$wikiname</a>/ Editing $page"), + $q->end_hi, $q->start_form(-action => $action), $q->hidden('do'), $q->hidden('page'), |