﻿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
29457	Spaces between  argument separator and argument in template filter generate error	oliver	oliver	"In the template filter system, spaces between augment separator and augments generate error.
For example, the following template code generates the following error.

{{{
{{ value | filter: ""arg""}}
}}}

{{{
TemplateSyntaxError at /
Could not parse the remainder: ': ""arg""' from 'value | filter: ""arg""'
}}}

It would be better to allow spaces between them.
"	Bug	closed	Template system	dev	Normal	wontfix			Unreviewed	0	1	1	0	1	0
