From ae6e653dcdc65e4338d22b02c1b1177142ae4033 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 11 Mar 2006 05:42:33 +0000 Subject: [PATCH] up --- ikiwiki | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ikiwiki b/ikiwiki index e59051860..61fa4a713 100755 --- a/ikiwiki +++ b/ikiwiki @@ -700,8 +700,7 @@ sub cgi () { $q->param("do", "save"); print $q->header, $q->start_html("Creating $page"), - $q->start_h1("$wikiname/ Creating $page"), - $q->end_hi, + $q->h1("$wikiname/ 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("$wikiname/ Editing $page"), - $q->end_hi, $q->start_form(-action => $action), $q->hidden('do'), $q->hidden('page'), -- 2.26.2