From: Steven Callender Date: Thu, 8 Sep 2022 16:47:38 +0000 (-0400) Subject: LP#1989133: Bootstrap physical description display error. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f42fd33c1543b0d7c65dc15e92ac70a9b9609d31;p=Evergreen.git LP#1989133: Bootstrap physical description display error. Signed-off-by: Steven Callender Signed-off-by: Garry Collum Signed-off-by: Jane Sandberg --- 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 94ae7f5344..7311717b13 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 @@ -110,7 +110,7 @@ ctx.metalinks.push(' [%- filtered_hl_phys_desc = []; FOR hl_phys_desc IN attrs.hl.physical_description; - hl_phys_desc = hl_phys_desc | html; + hl_phys_desc = hl_phys_desc; filtered_hl_phys_desc.push(hl_phys_desc); END; -%]