From 2b6436e2d5d9fdc1961b2d5b5022122afcb0703a Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 2 Mar 2014 16:00:30 +0100 Subject: Fixed some typos and formatting issues in docs. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/templates') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index bb02187727..7900e5ed70 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -641,7 +641,7 @@ will be displayed if the value has not changed:: {% ifchanged match.ballot_id %} {% cycle "red" "blue" %} {% else %} - grey + gray {% endifchanged %} ">{{ match }} {% endfor %} -- cgit v1.3