From 2f751cace3b9a6f3d45cb76c85a8e89bcacc6e7a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 30 Mar 2023 14:11:26 -0400 Subject: [PATCH] LP#1791791: remove a regression regression on bug 1923225 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 --- Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 index 679b2f96d2..473804f8af 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 @@ -81,7 +81,7 @@ ctx.metalinks.push(' [%- IF attrs.hl.isbn.size; FOR isbn IN attrs.hl.isbn %]
  • [% l('ISBN:'); %] - [% isbn | html %] + [% isbn %]
  • [%- END; ELSIF attrs.isbns.0; FOR isbn IN attrs.isbns; -- 2.11.0