Has anyone else run into this? A straight, stock, unchanged EE install produces a Search Template Group. In the Group are both “index” and “results” Templates.
Neither the “index” page (the advanced search page) nor the “results” page will validate as XHTML transitional. Not the Templates, the actual XHTML pages generated will not validate.
The “results” page gets three errors. Three elements are found but not open: </td>, <tr>, and </table>.
The “index” page gets 136 errors (in BBEdit when checking syntax; a similar number with W3C):
Most of the “index” errors are:
Error: File untitled text 25; Line xxx:
Unencoded entity found; “<” needs to be encoded as “<”.
The Javascript generated by the “index” page shows up as “Element “<script>” requires that the “type” be specified.
And there’s a bunch of :</div>” tags omitted but document type doesn’t permit it.
Anybody else getting the same thing?
