Fix item description print being broken

This commit is contained in:
2021-12-22 15:25:32 +00:00
parent 2b6a01e8d9
commit 6601c6488a

View File

@@ -184,7 +184,7 @@
{% if item.description %}
</para>
<para style="item_description">
<em>{{ item.description|markdown:"rml" }}</em>
{{ item.description|markdown:"rml" }}
</para>
<para>
{% endif %}