Skip to content

Commit af193c7

Browse files
carlinmackkpsherva
authored andcommitted
bug: remove unnecessary p tag
1 parent a5e65d3 commit af193c7

File tree

1 file changed

+1
-1
lines changed
  • invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details

1 file changed

+1
-1
lines changed

invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/description.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h2 id="description-heading" class="sr-only">{{ _('Description') }}</h2>
1616
{# description data is being sanitized by marshmallow in the backend #}
1717
<div style="word-wrap: break-word;">
18-
<p>{{ description | safe }}</p>
18+
{{ description | safe }}
1919
</div>
2020
</section>
2121
{% endif %}

0 commit comments

Comments
 (0)