﻿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
21932	urlise filter not working with links in other tags	smortus@…	nobody	">>> from django.template.defaultfilters import urlize

>>> urlize(""http://s.com/topic/110/boltalka/"")
u'<a href=""http://s.com/topic/110/boltalka/"" rel=""nofollow"">http://s.com/topic/110/boltalka/</a>'

>>> urlize(""<p>http://s.com/topic/110/boltalka/</p>"")
u'<p>http://s.com/topic/110/boltalka/</p>'

BUT (with spaces)!

>>> urlize(""<p> http://s.com/topic/110/boltalka/ </p>"")
u'<p> <a href=""http://s.com/topic/110/boltalka/"" rel=""nofollow"">http://s.com/topic/110/boltalka/</a> </p>'


This can be useful with js wysiwys editor (CKEditor, for example)."	Uncategorized	closed	Template system	dev	Normal	invalid	django,template,filter,urlize		Unreviewed	0	0	0	0	0	0
