Add missing escape filter.

This commit is contained in:
Georg Brandl
2007-12-03 22:32:46 +00:00
parent 50e7330d4a
commit 4349b88f75

View File

@@ -21,7 +21,7 @@
<dt>{%- if links -%}<a href="{{ links[0] }}">{{ entryname|e }}</a>
{%- for link in links[1:] %}, <a href="{{ link }}">[Link]</a>{% endfor -%}
{%- else -%}
{{ entryname }}
{{ entryname|e }}
{%- endif -%}</dt>
{%- if subitems %}
<dd><dl>