Markup Validation Error
Posted: Wed Feb 23, 2011 11:37 am
Hi,
When I try checked on http://validator.w3.org/ my blog on http://www.sasni.eu, this shows me an error
but line 88 in my index.php is:
what's the problem?
When I try checked on http://validator.w3.org/ my blog on http://www.sasni.eu, this shows me an error
Code: Select all
Sorry, I am unable to validate this document because on line 88 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: utf8 "\xB3" does not map to UnicodeCode: Select all
if (isset($serendipity['POST']['isMultiCat']) && is_array($serendipity['POST']['multiCat'])) {
$is_multicat = true;
} else {
$is_multicat = false; // LINE 88
}