Opened 16 years ago

Closed 16 years ago

#6471 closed (fixed)

force_escape is not a string filter. Silly typo!

Reported by: Ned Batchelder Owned by: nobody
Component: Template system Version: dev
Severity: Keywords:
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

Due to a cut-and-paste error, the force_escape filter is not a stringfilter.

Attachments (1)

force_escape.diff (472 bytes ) - added by Ned Batchelder 16 years ago.
The patch!

Download all attachments as: .zip

Change History (3)

by Ned Batchelder, 16 years ago

Attachment: force_escape.diff added

The patch!

comment:1 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

The promotion to checkin!

comment:2 by Gary Wilson, 16 years ago

Resolution: fixed
Status: newclosed

(In [7033]) Fixed #6471 -- Fixed stringfilter decoration of force_escape filter.

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