summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
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";