From 17be12df473c24f5b717dd553400971893a9676c Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 5 Apr 2013 01:52:12 -0400 Subject: [PATCH] Removed a trailing space in the template name on line 174. This trailing space may seem innocuous, but can be easily copied-and-pasted from the docs. This can lead to bizarre File Not Found errors where the checked paths look correct, but actually aren't because the trailing space is hard to see in an error message. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 955d2ab67b..123e114c4a 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -171,7 +171,7 @@ just declare the cycle, but not output the first value, you can add a {% for obj in some_list %} {% cycle 'row1' 'row2' as rowcolors silent %} - {% include "subtemplate.html " %} + {% include "subtemplate.html" %} {% endfor %} This will output a list of ```` elements with ``class``