Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
w3c Invalid Markup Vanilla 2
Ron
New
I just did a fresh install of Vanilla 2 and checked w3c to see if everything was validated. I get 2 errors.
Line 69, Column 26: ID "Search" already defined
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
And...
Line 29, Column 27: ID "Search" first defined here
What does this mean and how do I fix it so everything is correct?
Line 69, Column 26: ID "Search" already defined
<input type="hidden" id="Search" value="Search" />
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
And...
Line 29, Column 27: ID "Search" first defined here
</ul> <div id="Search"><form method="get" action="/search">
What does this mean and how do I fix it so everything is correct?
0
Comments
http://github.com/vanillaforums/Garden/commit/7c8a8b18de5e8baca21d42c89c250ed9b608cdd0
No Character encoding declared at document level
No character encoding information was found within the document, either in an HTML meta element or an XML declaration. It is often recommended to declare the character encoding in the document itself, especially if there is a chance that the document will be read from or saved to disk, CD, etc.