﻿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
7408	Example for cycle is incorrect.	Richard Bell <rbell01824@…>	nobody	"It currently reads:

<tr class=""{% cycle 'row1' 'row2' rowvar as rowcolors %}"">...</tr>
<tr class=""{% cycle rowcolors %}"">...</tr>
<tr class=""{% cycle rowcolors %}"">...</tr>

But use of rowvar generates an error.  It should probably read:

<tr class=""{% cycle 'row1' 'row2' as rowcolors %}"">...</tr>
<tr class=""{% cycle rowcolors %}"">...</tr>
<tr class=""{% cycle rowcolors %}"">...</tr>

Which does not generate an error and works properly.

"		closed	Documentation	dev		invalid	Cycle		Unreviewed	1	0	0	0	0	0
