From 50ee7c17a1de340213433c17f7a435c2ddc436fb Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Tue, 5 May 2009 23:05:47 +0000 Subject: [PATCH] Added display to work in UTF8 --- functions/functions.xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.xhtml.php b/functions/functions.xhtml.php index 63986737..79dfba86 100644 --- a/functions/functions.xhtml.php +++ b/functions/functions.xhtml.php @@ -49,7 +49,7 @@ function xhtml_head($title="",$body=true,$css=false,$javascript=false,$bodytext= - <? if (empty($title)) print "queXS"; else print "queXS: $title"; ?> + <? if (empty($title)) print "queXS"; else print "queXS: $title"; ?> ";