Quote:
Originally Posted by ChrisI
I assume the first line should be more like this:
<?xml version="1.0" encoding="UTF-8" ?>
|
That's right. I guess the offending part is
Code:
<meta content="text/html; charset=iso-8859-1" />
Delete this, and see if that solves the problem.