﻿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
23908	"settings.DEFAULT_CONTENT_TYPE = ""application/xhtml+xml"" breaks admin site"	Brian May	Anton Samarchyan	"By declaring:

{{{
DEFAULT_CONTENT_TYPE = ""application/xhtml+xml""
}}}

The admin site no longer renders correctly.

I think the problem is that we haven't declared the XML namespace correctly, e.g.:

{{{
<html xmlns=""http://www.w3.org/1999/xhtml"">
}}}

There are also some other trivial problems, e.g. &rsaquo; no longer works (used in breadcrumbs).

Thanks"	Bug	closed	contrib.admin	dev	Normal	wontfix		cmawebsite@…	Accepted	1	0	0	1	0	0
