From 14c8f8c8940210d8e65976f9cb2b1790895a9265 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 3 Sep 2018 10:48:39 -0400 Subject: [PATCH] blog: Fix syntax of blog.query's cycle calls. --- www/conservancy/templates/blog/query.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/conservancy/templates/blog/query.html b/www/conservancy/templates/blog/query.html index 661700b4..91f0646f 100644 --- a/www/conservancy/templates/blog/query.html +++ b/www/conservancy/templates/blog/query.html @@ -44,7 +44,7 @@ div.query_indent table tr td { padding-right: 3em; padding-bottom: .3em; }
{% for author in authors %} - {% cycle ,,
%} + {% cycle '' '' '
' %} {% endfor %}
@@ -58,7 +58,7 @@ div.query_indent table tr td { padding-right: 3em; padding-bottom: .3em; }
{% for tag in tags %} - {% cycle ,,
%} + {% cycle '' '' '
' %} {% endfor %}