From f6d2496bd9e7eb756083bafbdc11382816f01a5f Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Tue, 5 May 2009 23:13:06 +0000 Subject: [PATCH] Do it the XHTML way --- functions/functions.xhtml.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/functions.xhtml.php b/functions/functions.xhtml.php index 79dfba86..b761fe00 100644 --- a/functions/functions.xhtml.php +++ b/functions/functions.xhtml.php @@ -45,11 +45,12 @@ */ function xhtml_head($title="",$body=true,$css=false,$javascript=false,$bodytext=false,$refresh=false,$clearrefresh=false) { +print ""; ?> - <? if (empty($title)) print "queXS"; else print "queXS: $title"; ?> + <? if (empty($title)) print "queXS"; else print "queXS: $title"; ?> ";