Skip to content

Commit d1e47ba

Browse files
authored
ui: fix HTML tag closing (#1084)
1 parent ea9e535 commit d1e47ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui-default/templates/record_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1 class="section__title">{{ _('Information') }}</h1>
8888
{% endif %}
8989
{% if rdoc.code %}
9090
<dt>{{ _('Code Length') }}</dt>
91-
<dd>{{ size(rdoc.code|length) }}</dt>
91+
<dd>{{ size(rdoc.code|length) }}</dd>
9292
{% endif %}
9393
<dt>{{ _('Submit At') }}</dt>
9494
<dd>{{ datetimeSpan(rdoc._id, false)|safe }}</dd>

0 commit comments

Comments
 (0)