Fix search

This commit is contained in:
Joakim Hellsén 2022-12-12 16:33:22 +01:00
commit ec49fe15fa
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<div class="p-2 border border-dark text-muted">
Your search for "{{ query }}" returned {{ search_amount.total }} results.
</div>
<div class="p-2 border border-dark text-muted>
<div class="p-2 border border-dark text-muted">
{{ search_html | safe }}
</div>
{% endblock %}