From af193c7a5fcb728343c7898ac4f52a5a5b44c95a Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Mon, 16 Dec 2024 11:45:48 +0100 Subject: [PATCH] bug: remove unnecessary p tag --- .../invenio_app_rdm/records/details/description.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html b/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html index 9b10fec64..48d7cfba1 100644 --- a/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html +++ b/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html @@ -15,7 +15,7 @@

{{ _('Description') }}

{# description data is being sanitized by marshmallow in the backend #}
-

{{ description | safe }}

+ {{ description | safe }}
{% endif %}