Opened 16 years ago

Closed 16 years ago

#6113 closed (fixed)

MultiWidget not marked safe

Reported by: Martin Conte Mac Donell <Reflejo@…> 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)

MultiWidget_SafeString.patch (586 bytes ) - added by Martin Conte Mac Donell <Reflejo@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

by Martin Conte Mac Donell <Reflejo@…>, 16 years ago

comment:1 by Christopher Lenz <cmlenz@…>, 16 years ago

Just hit the same problem, patch works for me.

comment:2 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

Yea, probably more sense to put it here than in the format_output() method. Looks good to go.

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [7083]

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