﻿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
11252	Invalid XHTML when filtering a paginated list	daemondazz	nobody	"The admin sites generates invalid XHTML when viewing a filtered list of objects and that list needs to be paginated.  The invalid tags are the links for jumping to different pages in the result set which have query string like ""{{{?p=2&domain__exact=1}}}"" instead of ""{{{?p=2&amp;domain__exact=1}}}"".

This manifests if the site has 

DEFAULT_CONTENT_TYPE = 'application/xhtml+xml'

set in the settings file: Firefox displays an error message about the invalid XHTML code and is not able to show the page.

The culprit in this case is passing the results of urllib.urlencode directly back to the HTML without fixing the amperstands.

Patch to be attached in a moment."		closed	contrib.admin	dev		fixed			Ready for checkin	1	0	0	0	0	0
