summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-02-05 20:17:18 +0100
committerandi <andi@splitbrain.org>2005-02-05 20:17:18 +0100
commit2585f9de01579448f4867712d52536f403098836 (patch)
tree5872486572c4618051a2b9e8c84b8a10a367259e
parentea8e010c1df42e531cc28da6f31e586e89ee6c64 (diff)
downloadrpg-2585f9de01579448f4867712d52536f403098836.tar.gz
rpg-2585f9de01579448f4867712d52536f403098836.tar.bz2
removed XML declaration (#114)
darcs-hash:20050205191718-9977f-868350cc12cf56a88295356f6ad0ff46310469c8.gz
-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";