Bug 33716: (QA follow-up) Fix styling for Type_disclaimer_date and Type_disclaimer_value on 'Request details'

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Pedro Amorim 2023-06-28 15:06:03 +00:00 committed by Tomas Cohen Arazi
parent 4c516eb81b
commit 53ab81b450
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -684,7 +684,7 @@
<ol>
[% FOREACH meta IN request.metadata %]
<li class="requestmeta-[% meta.key.replace('\s','_') | html %]">
<span class="label">[% meta.key | html %]:</span>
<span class="label">[% meta.key.replace('_',' ') | html %]:</span>
[% meta.value | html %]
</li>
[% END %]