Opened 18 years ago
Closed 18 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 :)
Note:
See TracTickets
for help on using tickets.
Fixed in [6675].