﻿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	nobody	"In the template filter system now, spaces between augment separator and augments are not allowed.
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	new	Template system	dev	Normal				Unreviewed	0	0	0	0	1	0
