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

mile23’s picture

Viz: 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.