gefunden in http://www.phpwcms.de/forum/viewtopi...hlight=doctypeHi
try to change in index.php ~Line 162
from
Code:
$content['page_start'] = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
to
Code:
$content['page_start'] = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">';


LinkBack URL
About LinkBacks
Zitieren