﻿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
2533	[patch] malformed xml in admin template edit_inline_tabular.html	erikg@…	Adrian Holovaty	"The edit_inline_tabular.html template of the admin site contains malformed XML which causes it to fail when serving it as application/xhtml+xml. The following patch fixes the problem:

{{{
--- django/contrib/admin/templates/admin/edit_inline_tabular.html       (revision 3557)
+++ django/contrib/admin/templates/admin/edit_inline_tabular.html       (working copy)
@@ -7,6 +7,7 @@
          <th{{ fw.header_class_attribute }}>{{ fw.field.verbose_name|capfirst|escape }}</th>
       {% endif %}
    {% endfor %}
+   </tr></thead>
    {% for fcw in bound_related_object.form_field_collection_wrappers %}
       {% if change %}{% if original_row_needed %}
          {% if fcw.obj.original %}
}}}"	defect	closed	contrib.admin	dev	normal	fixed			Unreviewed	1	0	0	0	0	0
