Opened 18 years ago
Closed 18 years ago
#6015 closed (fixed)
Class in edit_inline objects has quotes escaped
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev | 
| Severity: | Keywords: | auto-escaping | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
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="optional">
where there should be:
<th class="optional">
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [6720]) Fixed #6015 -- Fixed a CSS escaping issue for admin's edit-inline.