Skip to content

Commit

Permalink
bug: remove unnecessary p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and kpsherva committed Dec 17, 2024
1 parent a5e65d3 commit af193c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h2 id="description-heading" class="sr-only">{{ _('Description') }}</h2>
{# description data is being sanitized by marshmallow in the backend #}
<div style="word-wrap: break-word;">
<p>{{ description | safe }}</p>
{{ description | safe }}
</div>
</section>
{% endif %}
Expand Down

0 comments on commit af193c7

Please sign in to comment.