From 8bee5048c5caa03ee7abd2179724f72317ea4293 Mon Sep 17 00:00:00 2001 From: wbudic Date: Fri, 18 Jan 2019 17:12:36 +1100 Subject: [PATCH] HTML cleanup. --- htdocs/cgi-bin/main.cgi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index dba5d35..8ecde3a 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -220,7 +220,7 @@ if($tbl_start>0){ '; -my $frm = qq( +my $frm = qq(
@@ -257,7 +257,7 @@ my $srh = qq( ); -my $ctmsg = '

  (Use the Category dropdown to '; +my $ctmsg = '

  (Use the Category dropdown to change).

'; if($rs_keys || $rs_cat_idx){ $srh = $srh.''; @@ -268,9 +268,9 @@ if($rs_keys || $rs_cat_idx){ $srh = $srh.' - +
* LOG ENTRY FORM *
View by Category: '.$ctmsg.'


-

'; +
'; # #Page printout from here! # @@ -278,8 +278,8 @@ print "
"; print "\n
\n" . $frm ."\n
\n
"; print '
' . $srh .'
'; print "\n
\n" . $tbl ."\n
"; - print '
View Statistics
'; - print '
Configure Log (Careful)
'; + print '
View Statistics
'; + print '
Configure Log (Careful)
'; print "
"; -- 2.34.1