﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
486	[patch] Template system incorrectly persists filter arguments	ilikeprivacy@…	Adrian Holovaty	"I've got some text which has had php's nl2br applied to it at some point in the past.

when I apply the following filters

{{{
{{topic.body|removetags:""p a br""|escape|linebreaks}}
}}}

I receive the following error


{{{
..........
  File ""/usr/lib/python2.3/site-packages/django/core/template.py"", line 298, in read_filters
    raise TemplateSyntaxError, ""Filter '%s' should not have an argument"" % filter_name

TemplateSyntaxError: Filter 'escape' should not have an argument
}}}

it does not appear to have this issue when I remove the linebreaks filter"	defect	closed	Template system		major	fixed			Unreviewed	1	0	0	0	0	0
