Opened 16 years ago

Closed 16 years ago

#5944 closed (fixed)

Admin field errors markup is escaped

Reported by: tangerine Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: admin 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

When an error (missing value etc) is found in an admin page the output is escaped when it shouldn't be e.g:

<ul class="errorlist"><li>This field is required.</li></ul>

If it wasn't early in the morning, I'd create a patch. Sorry :)

Change History (1)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [6675].

Note: See TracTickets for help on using tickets.
Back to Top