Quote:
Originally Posted by PhilJ
Hi Masada, sure PM'd you.
If anyone has Torben's issue above with characters in a different language, then...
skin/smart_template/customer/home.tpl
Change...
Code:
<?xml version="1.0" encoding="{$default_charset|default:"iso-8859-1"}"?>
to...
Code:
<?xml version="1.0" encoding="{$default_charset|default:"UTF-8"}"?>
|
Phil:
after followed your instruction I've got the following:
Validation Output:
Error Line 1, Column 6: XML declaration allowed only at the start of the document
<?xml version="1.0" encoding="iso-8859-1"?>
Is there a fix of this issue?
TKS.