Active
Project:
Skeleton
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Dec 2012 at 11:23 UTC
Updated:
2 Jan 2013 at 00:15 UTC
Hello,
I have some problems with the validation of my website. The W3C validator says:
No Character encoding declared at document level
and
There is no attribute "charset"
I've tried, but I don't really know how to fix the issue...
Anyone can help, please?
Thank you
Comments
Comment #1
mile23Viz: http://oli.jp/2009/html5-charset/
It seems that the W3C validator is wrong about HTML5.
Try this one: http://html5.validator.nu/
It gives a much more reasonable error:
Error: Legacy doctype. Expected .
From line 1, column 1; to line 2, column 50
I'm assuming Skeleton wants to be HTML5, in which case it'll need to override html.tpl.php.