﻿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
3184	[patch] better unordered_list	dummy@…	Adrian Holovaty	"If you have a var = ['item 1', 'item 2', 'item 3'] and do {{ var|unordered_list }} you will get an IndexError:

IndexError at ...
string index out of range
Request Method:     GET
Request URL:     ...
Exception Type:     IndexError
Exception Value:     string index out of range
Exception Location:     /usr/local/lib/python2.4/site-packages/django/template/defaultfilters.py in _helper, line 292 

I would expect a simple result like this:

<li>item 1</li>
<li>item 2</li>
<li>item 3</li> 

I made some patch for unordered_list and the regressiontest."	defect	closed	Template system	dev	normal	fixed		simonbun@…	Ready for checkin	1	0	0	0	0	0
