This was introduced on the Bootstrap side by the patch for
bug
1955403.
To test:
[0] This applies to the Bootstrap OPAC skin.
[1] Perform a search on ISBN.
[2] Note that on the record page, the ISBN (under more details)
is not properly highlighted.
[3] Apply the patch and repeat step 1. This time, the ISBN
should be highlighted.
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
[%- IF attrs.hl.isbn.size; FOR isbn IN attrs.hl.isbn %]
<li class='rdetail_isbns'>
<strong class='rdetail_label'>[% l('ISBN:'); %]</strong>
- <span class='rdetail_value' property='isbn'>[% isbn | html %]</span>
+ <span class='rdetail_value' property='isbn'>[% isbn %]</span>
</li>
[%- END; ELSIF attrs.isbns.0;
FOR isbn IN attrs.isbns;