﻿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
11911	urlizetrunc not taking into account last ')' of a link	Stefan_Petrea	Aymeric Augustin	"
Hi,

I'm using Django 1.1 , the release version.

The urlizetrunc filter is causing some problems , for example the following link
http://en.wikipedia.org/wiki/Sibiu(Romania)

is rendered as <a href=""http://en.wikipedia.org/wiki/Sibiu%28Romania"" rel=""nofollow"">http://en.wikipedia.org/wik...</a>)
(please notice the trailing ')' )
This is not correct , it should take the ')' inside the link.

(As a work-around I'm adding # to my links, which seems to work).

Best regards,

Stefan"	Bug	closed	Template system	dev	Normal	fixed	urlizetrunc		Design decision needed	1	0	0	1	0	0
