Hi All.
I was having a problem with my store which was identified by Jon at WebsiteCM as an XML header line in all of my customer pages. I've looked at a few other 4.2.1 sites and they are also showing an xml line at the start of their pages.
It looks like it comes from the skin1/customer/home.tpl file, the first couple of lines look like this:
Code:
{*
$Id: home.tpl,v 1.100 2008/12/11 08:02:53 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{* <?xml version="1.0" encoding="{$default_charset|default:"iso-8859-1"}"?> *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{config_load file="$skin_config"}
Anyone running 4.2.1 ? Display any of your customer pages in your browser then view the source. Do you see
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
as the first line?
This line was in the distribution files from QT. Any experts here? Is the solution to remove the "xml" line from skin1/customer/home.tpl ? Is this a bug?
Thanks, Steve.