From 2585f9de01579448f4867712d52536f403098836 Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Sat, 5 Feb 2005 20:17:18 +0100
Subject: [PATCH] removed XML declaration (#114)

darcs-hash:20050205191718-9977f-868350cc12cf56a88295356f6ad0ff46310469c8.gz
---
 inc/html.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"';
   print ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
   print "\n";
-- 
GitLab