﻿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
6296	[patch]ifequal, filter and hardcoded-string doesn't work	philipp@…	Thejaswi Puthraya	"Hi, I just experienced the following problem:

Let:
{{{
>>> url = ""/home/test/""
>>> urlparts = url.trim(""/"").split(""/"")

['home', 'test']
}}}

In the template I have:
{{{
{% ifequal urlparts|first ""home"" %}test1{% endifequal %}
{% ifequal urlparts|first home %}test2{% endifequal %}
}}}

Only the ""test2"" gets shown.
"		closed	Template system	dev		fixed	ifequal filter hardcoded string tplrf-fixed	thejaswi.puthraya@…	Accepted	1	0	0	0	0	0
