﻿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
3155	[patch] urlencode filter fails when passed an integer	Chris Beaven	Adrian Holovaty	"My code which is failing:
{{{
<a href=""...?id={{ user_id|urlescape }}"">
}}}

`user_id` is sometimes an integer (when pulled from database), which caused urlescape to fail.

I could just `str()` it in the view, but it shouldn't really matter. The simple patch converts to a string if it isn't one already."	defect	closed	Template system		normal	fixed	urlencode		Ready for checkin	1	0	0	0	0	0
