﻿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
7544	Documentation mistake when using an escaping example	lukejackson	Marc Garcia	"On: http://www.djangoproject.com/documentation/templates/, it gives an example of a string that you definitely need to escape:

{{ data|default:""3 > 2"" }}  <-- Bad! Don't do this.

However, the > symbol doesn't need to be escaped outside of the inner contents of a tag.  Perhaps a better example would be the < character.

The documentation is great, btw, very easy to read and accessible."		closed	Documentation	dev		fixed	template escape safe		Ready for checkin	1	0	0	0	0	0
