﻿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
5952	escape filter doesn't work inside blocktrans	Cedric Rossi <cedric@…>	nobody	"(tested in [6675])

Within templates, with the new auto-escaping mechanism:

{{{
{% blocktrans with title|escape as the_title %}{{ the_title }}{% endblocktrans %} 
}}}
will *not* escape the variable `title`

Replacing that by 
{{{
{% blocktrans with title|force_escape as the_title %}{{ the_title }}{% endblocktrans %}
}}}
works properly though.

Please see the attached self-containing project."		closed	Template system	dev		fixed		cedric@…	Unreviewed	0	0	0	0	0	0
