fix: markup safe for astract

This commit is contained in:
mco-system 2023-04-23 19:25:46 +11:00
parent 404e2c05bd
commit 007889e48c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
title="{{slot.name}}">
{% endif %}
{% if slot.abstract %}
<p>{{slot.abstract}}</p>
<p>{{slot.abstract | safe }}</p>
{% endif %}
{% if slot.description %}
<p>{{slot.description | safe }}</p>