﻿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
544	[patch] Minor admin_templates/base.html patch	sune.kirkeby@…	Adrian Holovaty	"{{{
Index: django/conf/admin_templates/base.html
===================================================================
--- django/conf/admin_templates/base.html	(revision 671)
+++ django/conf/admin_templates/base.html	(working copy)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Strict//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"">
-<html xml:lang=""en"">
+<html xmlns=""http://www.w3.org/1999/xhtml"" lang=""en"" xml:lang=""en"">
 <head>
 <title>{% block title %}{% endblock %}</title>
 <link rel=""stylesheet"" type=""text/css"" href=""{% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/base.css{% endblock %}"" />
}}}

When serving the admin-site as application/xhtml+xml, this patch makes Firefox display the
actual page, and not the generic 'no stylesheet for this XML document' page."	defect	closed	contrib.admin		minor	fixed			Unreviewed	1	0	0	0	0	0
