mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-29 20:30:40 +00:00
Remove erroneous |safe filter from search results template
This commit is contained in:
parent
213928f2a5
commit
789872d84e
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