From a329ff3c01a502a967f6f5a5dbe7635fa93841e2 Mon Sep 17 00:00:00 2001 From: dusty Date: Sat, 19 Jun 2004 16:53:42 +0000 Subject: sanitize and XHTMLize header and footer functions --- web/lib/aur.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 87309e46..70c7c5bb 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -74,7 +74,9 @@ function set_lang() { # common header # function html_header() { - print "\n"; + print "\n"; + print "\n"; + print ""; print "\n"; print "AUR\n"; print "\n"; @@ -111,6 +113,7 @@ function html_header() { print " \n"; print " \n"; print " \n"; + print " \n"; print " \n"; # Menu items @@ -155,6 +158,7 @@ function html_footer($ver="") { print "".$ver."\n"; print "\n"; } + print "<\p>\n"; print "\n"; return; } -- cgit v1.2.3-24-g4f1b