From 2585f9de01579448f4867712d52536f403098836 Mon Sep 17 00:00:00 2001 From: andi Date: Sat, 5 Feb 2005 20:17:18 +0100 Subject: removed XML declaration (#114) darcs-hash:20050205191718-9977f-868350cc12cf56a88295356f6ad0ff46310469c8.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 0255670e3..920d98ddf 100644 --- a/inc/html.php +++ b/inc/html.php @@ -178,7 +178,7 @@ function html_head(){ global $conf; global $lang; - print '<'.'?xml version="1.0"?'.">\n"; + //print '<'.'?xml version="1.0"?'.">\n"; print ''; print "\n"; -- cgit v1.2.3