diff options
| author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2014-03-02 16:00:30 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-03 08:37:17 -0500 |
| commit | 2b6436e2d5d9fdc1961b2d5b5022122afcb0703a (patch) | |
| tree | c8a2258ee3fb89c981947ef0565a761ce9fa7df8 /docs/ref/templates | |
| parent | 0d912258921a442c48d5787228db2db5af7e8fa5 (diff) | |
Fixed some typos and formatting issues in docs.
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}</div> {% endfor %} |
