escape name so putting <style> in isn't bad

This commit is contained in:
Kevin Marks 2016-06-22 05:21:44 +00:00
parent 3d6cfbb0ab
commit 01b42cd361

View file

@ -43,7 +43,7 @@
{% endif %}
</header>
{% if entry.title %}
<h1>{{ entry.title }}</h1>
<h1>{{ entry.title|e }}</h1>
{% endif %}
</summary>
{% if entry.get_property('event') %}