﻿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
13402	'cycle' template tag can't handle mix of single, double quotes	anonymous	nobody	"In a template, this:

{{{
	{% cycle '<div class=""row"">', '', '' %}
}}}

produces this:

{{{
TemplateSyntaxError at /path/to-url/
Could not parse the remainder: '<div class='row'>""""' from '""""<div class='row'>""""'
}}}

So does the reverse (encapsulating single quotes within double quotes).  Triple-quoted strings also do not work."		closed	Template system	1.2-beta		invalid			Accepted	0	0	0	0	0	0
