Kaydet (Commit) d7fa8025 authored tarafından Simon Charette's avatar Simon Charette

Merge pull request #993 from almostabc/template-include-docs-update

Removed a trailing space in the template builtins docs.
......@@ -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 %}
<tr class="{{ rowcolors }}">{% include "subtemplate.html " %}</tr>
<tr class="{{ rowcolors }}">{% include "subtemplate.html" %}</tr>
{% endfor %}
This will output a list of ``<tr>`` elements with ``class``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment