﻿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
33329	Allow more whitespace control on template tags	sur.la.route	nobody	"When putting template tags inside of html attributes the surrounding whitespace is not removed.

For example a readable template

{{{
<input value=""{% if a %}
                 this
              {% else %}
                  that
              {% endif %}"">
}}}

It not parsed onto a single line, which is needed. How about adding the option `-%}` to remove whitespace between the tag end and contents?"	New feature	closed	Template system	3.2	Normal	invalid	space control template		Unreviewed	0	0	0	0	0	0
