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 ea9e535 commit d1e47baCopy full SHA for d1e47ba
1 file changed
packages/ui-default/templates/record_detail.html
@@ -88,7 +88,7 @@ <h1 class="section__title">{{ _('Information') }}</h1>
88
{% endif %}
89
{% if rdoc.code %}
90
<dt>{{ _('Code Length') }}</dt>
91
- <dd>{{ size(rdoc.code|length) }}</dt>
+ <dd>{{ size(rdoc.code|length) }}</dd>
92
93
<dt>{{ _('Submit At') }}</dt>
94
<dd>{{ datetimeSpan(rdoc._id, false)|safe }}</dd>
0 commit comments