﻿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
14843	"Filter like ""striptags"" that also removes tag contents"	geoffhill	nobody	"There should be a template tag like ""striptags"" that also removes everything inside matched tag pairs. Most of the times I've presented template developers with the removetags/striptags filter, they expect this to be the default behavior. Making a separate template tag with this behavior would be better for backwards compatibility.
{{{
{{ value|cleartags:""script noscript""|safe }}
}}}
If `value` is `<p>Here's a <strong>good</strong>, friendly<script type=""text/javascript"">...</script> paragraph.</p>`, then the output would be `<p>Here's a <strong>good</strong>, friendly paragraph.</p>`."	Uncategorized	closed	Template system	1.2	Normal	wontfix			Unreviewed	0	0	0	0	0	0
