﻿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
13504	urlize corrupts links in paras	TomDunham	nobody	"Came across this after running urlize on some text that had been through markdown.


{{{
In [14]: from django.utils import html

In [15]: html.urlize(""<p>http://a.com</p>"")
Out[15]: u'<p>http://a.com</p>'   ## That was a surprise 

In [16]: html.urlize(""<p> http://a.com</p>"")
Out[16]: u'<p> <a href=""http://a.com%3C/p"">http://a.com</p</a>>'  ## That can't be right
}}}


Django==1.1.1
"		closed	Template system	1.1		invalid			Unreviewed	0	0	0	0	0	0
