Bug 34820: (QA follow-up) Fix span tag

One span tag was missing a <.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2023-10-03 12:34:11 +00:00 committed by Tomas Cohen Arazi
parent 659ccabd93
commit d949ac5e5c
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -313,7 +313,7 @@
<span>Found in wrong place</span><br/>
[% ELSIF problem.key == 'changestatus' %]
[% IF result.notforloan %]
<span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"/span><br/>
<span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"</span><br/>
[% ELSE %]
<span>Items has no "not for loan" status</span><br/>
[% END %]