diff options
| author | Julia Antokhine <jantokhine@caravan.coop> | 2013-11-19 12:53:28 -0500 |
|---|---|---|
| committer | Julia Antokhine <jantokhine@caravan.coop> | 2013-11-19 12:53:28 -0500 |
| commit | 3c3be2e8eca8ee5b451871092f05fd32d3369c45 (patch) | |
| tree | 102f6891c9995e2f5d4797f91cc54738638678e6 /docs | |
| parent | 42197e31aa6098c959edcbcf1bf20cb8bcdef15f (diff) | |
fixed typo in builtins.txt
Diffstat (limited to 'docs')
| -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 5cf598cf80..e5c6efcf86 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -383,7 +383,7 @@ displayed if the given array is empty or could not be found:: {% empty %} <li>Sorry, no athletes in this list.</li> {% endfor %} - <ul> + </ul> The above is equivalent to -- but shorter, cleaner, and possibly faster than -- the following:: |
