escape name so putting <style> in isn't bad
This commit is contained in:
parent
3d6cfbb0ab
commit
01b42cd361
1 changed files with 1 additions and 1 deletions
|
@ -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') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue