Opened 17 years ago
Closed 17 years ago
#6113 closed (fixed)
MultiWidget not marked safe
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Keywords: | safestring | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
After SafeString changes, MultiWidget is still rendering strings and not SafeString.
Patch attached.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | MultiWidget_SafeString.patch added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Yea, probably more sense to put it here than in the format_output()
method. Looks good to go.
Note:
See TracTickets
for help on using tickets.
Just hit the same problem, patch works for me.