Fix for bug #119

This commit is contained in:
Iacopo Spalletti 2013-03-09 09:06:29 +01:00
parent 19556db271
commit 7fa39cad80
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% spaceless %}
{% for child in module.children %}
<li class="{% cycle 'odd' 'even' %}">
<a{{ child.attrs }}>{{ child.title }}</a>
<a{{ child.attrs|safe }}>{{ child.title }}</a>
</li>
{% endfor %}
{% endspaceless %}