We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e65d3 commit af193c7Copy full SHA for af193c7
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html
@@ -15,7 +15,7 @@
15
<h2 id="description-heading" class="sr-only">{{ _('Description') }}</h2>
16
{# description data is being sanitized by marshmallow in the backend #}
17
<div style="word-wrap: break-word;">
18
- <p>{{ description | safe }}</p>
+ {{ description | safe }}
19
</div>
20
</section>
21
{% endif %}
0 commit comments