﻿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
5945	String constants in filters and variable tags should be marked safe	Chris Beaven	nobody	"Since string constants are directly within the realm of the template author, they shouldn't be touched by auto-escaping.

Examples:
{{{
{{ ""<p>don't touch me</p>"" }}
{{ caption|default:""<em>No caption</em>"" }}
}}}"		closed	Template system	dev		fixed	auto-escaping		Design decision needed	1	0	1	0	0	0
