mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-28 11:50:29 +00:00
Remove erroneous |safe filter from search results template
This commit is contained in:
parent
6cd7f3f49f
commit
bbcbb5de0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue