LP#1791791: remove a regression regression on bug 1923225
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 30 Mar 2023 18:11:26 +0000 (14:11 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 26 Apr 2023 19:57:14 +0000 (19:57 +0000)
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>

Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2

index 679b2f9..473804f 100755 (executable)
@@ -81,7 +81,7 @@ ctx.metalinks.push('
                             [%- 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;