diff options
| author | Ian Lee <IanLee1521@gmail.com> | 2015-03-12 23:38:27 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-13 08:14:30 -0400 |
| commit | 606e436a37b8bcf486ad2ddaa2afba5015deb070 (patch) | |
| tree | ffbeca2ff2356ac89713089c4264dd4d88e2cd04 /docs | |
| parent | 77564c6f5a82e0a02b663583364fe0a91bee2790 (diff) | |
[1.8.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 7614efa2f9e169749ab109aab909fbc244fd76a9 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-template-tags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index cf1ca4036f..17c972a986 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -863,7 +863,7 @@ it's rendered: .. code-block:: html+django {% for o in some_list %} - <tr class="{% cycle 'row1' 'row2' %}> + <tr class="{% cycle 'row1' 'row2' %}"> ... </tr> {% endfor %} |
