﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9744	admin base template does not validate against xhtml 1.0 w3c.org validator	Guillermo Gutiérrez	nobody	"There are some problems in admin's base template:

 - Warning No Character Encoding Found! Falling back to UTF-8
   (this turns fixed with <?xml version=""1.0"" encoding=""UTF-8"" ?> as first line of generated xhtml)

 - conditional-css tags:
    # Error Line 5, Column 6: character data is not allowed here.
    <![if gte IE 6]><!-- Block all styles from IE5 and lower -->
    # Error Line 10, Column 3: ""endif"" is not a reserved name.
    <![endif]>
    # Error Line 5, Column 1: XML Parsing Error: StartTag: invalid element name.
    <![if gte IE 6]><!-- Block all styles from IE5 and lower -->
    # Error Line 10, Column 1: XML Parsing Error: StartTag: invalid element name.
    <![endif]>
    (I don't know how to solve this)"		closed	contrib.admin	1.0		duplicate			Unreviewed	0	0	0	0	0	0
