#6061 closed (fixed)
escape help_text in admin
Reported by: | Peter Baumgartner | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | escape safe help_text | |
Cc: | sgt.hulka@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
help_text is not escaped in admin
attaching a patch against trunk
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 17 years ago
Yes, sorry.
help_text
was being auto-escaped. This trivial patch prevents it from being escaped.
Note:
See TracTickets
for help on using tickets.
Your bug report and patch don't match up. Do you mean that help text is being escaped when it shouldn't be? I guess so. Certainly help_text shouldn't be escaped when inserted, so the patch is correct.