Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

patch.diff (712 bytes ) - added by Peter Baumgartner 16 years ago.

Download all attachments as: .zip

Change History (4)

by Peter Baumgartner, 16 years ago

Attachment: patch.diff added

comment:1 by Malcolm Tredinnick, 16 years ago

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.

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [6781]) Fixed #6061 -- Don't escape help_text in the admin interface (so that it
behaves as documented). Thanks, baumer.

comment:3 by Peter Baumgartner, 16 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.
Back to Top