Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2761 closed defect (fixed)

[patch] Broken escaping in CheckboxSelectMultipleField

Reported by: lambert@… Owned by: Adrian Holovaty
Component: Template system Version: 0.95
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

CheckboxSelectMultipleField does not escape things properly. Attached patch should fix this.

Attachments (1)

django.diff (772 bytes ) - added by lambert@… 18 years ago.
Patch to fix escaping

Download all attachments as: .zip

Change History (4)

by lambert@…, 18 years ago

Attachment: django.diff added

Patch to fix escaping

comment:1 by lambert@…, 18 years ago

Summary: Broken escaping in CheckboxSelectMultipleField[patch] Broken escaping in CheckboxSelectMultipleField

I tried to add the [patch] prefix, but Akimset is flagging my change as spam. :|

comment:2 by anonymous, 18 years ago

Oh, seems to have worked when I added a comment. :)

comment:3 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3775]) Fixed #2761 -- Apply escaping to values in form checkbox attributes.

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