﻿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
19237	The use of > in single or double quoted attributes in strip_tags	chris.khoo@…	Chris Khoo	"At the moment, if you run django.utils.html.strip_tags with '>' in single or double quoted attributes, it won't work.

For example:
In [2]: strip_tags('Some <p onclick=""$(\'#id\').html(\'<i>input</i>\')"">text</p> here')
Out[2]: u'Some input\')"">text here'

Should return ""Some text here""

Already patched it with tests in my github repo - khoomeister/django but would like to go through the proper processes!

Chris"	Bug	closed	Utilities	dev	Release blocker	fixed		thiderman simon@…	Ready for checkin	1	0	0	0	0	0
