﻿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
11445	truncatewords_html does'nt correctly detect html entities.	Cld	nobody	"truncatewords_html does'nt correctly detect html entities and detect '& something and something more ;' as a html entities.

text = 'john paul george & ringo are very ; good musicien'

django.template.defaultfilters.truncatewords_html(text,3) : u'john paul george ...'

django.template.defaultfilters.truncatewords_html(text,4) : u'john paul george & ringo are very ; good ...'"		closed	Template system	dev		invalid	truncatewords_html		Accepted	0	0	0	0	0	0
