﻿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
5706	Two HTML errors in Admin documentation.	Rob van der Linde <robvdl@…>	nobody	"With my projects, I like to use DEFAULT_CONTENT_TYPE = 'application/xhtml+xml' in my settings.py file. I then use an XhtmlDegrader? middleware, to gracefully degrade my pages to text/html to browsers that do not support this mimetype, such as IE.

I found another two bugs, this time, if you are in admin and click on documentation and are running in application/xhtml+xml mode, the bug does not happen in text/html mode, so maybe this is a good test to see if the HTML pages conform.

If I click on ""Tags"" documentation, I get:

{{{
XML Parsing Error: mismatched tag. Expected: </hr>.
Location: http://ynui.co.nz:8001/admin/doc/tags/
Line Number 631, Column 3:</div>
--^
}}}

IF I click on ""Views"" documentation, I get:

{{{
XML Parsing Error: mismatched tag. Expected: </h3>.
Location: http://ynui.co.nz:8001/admin/doc/views/
Line Number 73, Column 46:<h3><a href=""foo.bar.views.index/""/>/</a></h3>
-----------------------------------------------^
}}}

All the other links under the documentation are fine."		closed	contrib.admin	dev		fixed			Ready for checkin	1	0	0	0	0	0
