Validation error.
end tag for "meta" omitted, but OMITTAG NO was specified
…tent="text/html;charset=utf-8"></head>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
However, here is my code, with the ending it in.
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
Why does it keep rendering it and taking it out? When I view source code after looking at it in the browser, it keeps wiping that end tag, thus giving me the validation error. Any solutions to this problem? Mainly just fucks up shit in FF for me, but IE displays it good enough to where I can get by.
Thanks.
|