diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 05:42:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 05:42:33 +0000 |
commit | ae6e653dcdc65e4338d22b02c1b1177142ae4033 (patch) | |
tree | 2fb9b549a11df139a3364f634be3ee0e14abecb1 /ikiwiki | |
parent | 965afd875cd168713e9351d3c4c992c31f0bea0a (diff) |
up
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -700,8 +700,7 @@ sub cgi () { $q->param("do", "save"); print $q->header, $q->start_html("Creating $page"), - $q->start_h1("<a href=\"$url\">$wikiname</a>/ Creating $page"), - $q->end_hi, + $q->h1("<a href=\"$url\">$wikiname</a>/ Creating $page"), $q->start_form(-action => $action), $q->hidden('do'), "Select page location:", @@ -729,7 +728,6 @@ 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'), |