nitpick - removing 1 space to align tags

This commit is contained in:
Joseph Nix 2018-07-19 10:52:48 -05:00 committed by GitHub
parent 06f3e447ca
commit 455f776c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ the recursive Jinja loop system comes really in.
{% if this.is_child_of(child) %}
<ul>{{ loop(child.children) }}</ul>
{% endif %}
</li>
</li>
{% endfor %}
</ul>
```