Quote
Validation Results for http://www.zdnet.com...ws_hardware.htm
·HTTP Status Code: 200 (OK)
·XML error: Invalid character at line 4
·HTTP Status Code: 200 (OK)
·XML error: Invalid character at line 4
What can i do?
Thanks.
Posted 19 December 2011 - 11:42 PM
Quote

Posted 20 December 2011 - 10:56 AM
if( !$this->orig_doc_type AND preg_match( "#charset=(\S+?)#si", $data, $matches ) )
{
$this->orig_doc_type = strtoupper($matches[1]);
$_foundIn = 'charset';
}
Add below:$this->orig_doc_type = $this->orig_doc_type == "BIG5" ? 'BIG-5' : $this->orig_doc_type;Save and upload
My: Modifications · Tutorials · Twitter

Posted 21 December 2011 - 12:28 AM

0 members, 1 guests, 0 anonymous users