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:
parent
659ccabd93
commit
d949ac5e5c
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue