﻿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
9755	"""semisafe"" filter"	while0pass	nobody	"It would be good to have ""semisafe"" filter within django template system. It is aimed at combining acceptable SECURITY and good web-TYPOGRAPHY. It would be like ""safe"" filter with the exception that html-instances like ""&nbsp;"" or ""&#151;"" would be processed without escaping. I mean it must escape all html tags (that is structural markup), but keep intact all that only inended to represent characters in a text. Better still, we have ""semisafe"" filter with the default behaviour like that described above and other behaviour controlled with options. With options we could allow some tags or tag lists for instance like <em>, <sub>, <sup> or other inline ones. It is possible to think out different levels for semisafe filter. Each level could embrace some additional tag group."		closed	Template system	1.0		wontfix	safe semisafe filter		Unreviewed	0	0	0	0	0	0
