Przeglądaj źródła

Merge pull request #1943 from jantokhine/master

fixed typo in builtins.txt
Alex Gaynor 11 lat temu
rodzic
commit
170eedf583
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/ref/templates/builtins.txt

+ 1 - 1
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::