mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Remove erroneous |safe filter from search results template
This commit is contained in:
parent
f5890ca66c
commit
12a68c00dd
@ -19,7 +19,7 @@
|
||||
<li>
|
||||
<h4><a href="{% templatetag openblock %} pageurl result {% templatetag closeblock %}">{% templatetag openvariable %} result {% templatetag closevariable %}</a></h4>
|
||||
{% templatetag openblock %} if result.search_description {% templatetag closeblock %}
|
||||
{% templatetag openvariable %} result.search_description|safe {% templatetag closevariable %}
|
||||
{% templatetag openvariable %} result.search_description {% templatetag closevariable %}
|
||||
{% templatetag openblock %} endif {% templatetag closeblock %}
|
||||
</li>
|
||||
{% templatetag openblock %} endfor {% templatetag closeblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user