﻿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
6015	Class in edit_inline objects has quotes escaped	Antonis Christofides <anthony@…>	nobody	"I have some models with edit_inline=models.TABULAR. In the admin, in the page which is for editing the parent object (and which shows the contained objects inline), in the HTML code there is:
{{{
    <th class=&quot;optional&quot;>
}}}
where there should be:
{{{
    <th class=""optional"">
}}}"		closed	contrib.admin	dev		fixed	auto-escaping		Unreviewed	0	0	0	0	0	0
