CVS: phpweather index.php,1.25,1.26
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-27 21:30:14
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv19649 Modified Files: index.php Log Message: Ugh - we're found the XML-with-PHP problem I've heard about, but never thought that I would see. I don't think that we can require people to set 'short_open_tag false' in their configuration files (or .htaccess files for that matter) so we cannot have this line in our files. Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- index.php 27 Mar 2002 21:25:12 -0000 1.25 +++ index.php 27 Mar 2002 21:30:07 -0000 1.26 @@ -1,4 +1,3 @@ -<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> |