Skip to content

Commit

Permalink
missing p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 16, 2024
1 parent 7a8740d commit ee3df4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>
<h2 class="fr-h4">
<a href="{% pageurl result %}">{{ result }}</a>
</h2>
{% if result.search_description %}{{ result.search_description|safe }}{% endif %}
{% if result.search_description %}<p>{{ result.search_description|safe }}</p>{% endif %}

</li>
{% endfor %}
Expand Down

0 comments on commit ee3df4b

Please sign in to comment.