[Dehs-devel] r83 - trunk/www

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Mon Dec 17 02:12:19 UTC 2007


Author: atomo64-guest
Date: 2007-12-17 02:12:19 +0000 (Mon, 17 Dec 2007)
New Revision: 83

Modified:
   trunk/www/stats.html
Log:
Make PHP echo the <?xml ... line, otherwise it miserably fails because of short_tags = on

Modified: trunk/www/stats.html
===================================================================
--- trunk/www/stats.html	2007-12-17 02:09:14 UTC (rev 82)
+++ trunk/www/stats.html	2007-12-17 02:12:19 UTC (rev 83)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>'; ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
           "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">




More information about the Dehs-devel mailing list