From 0d65cb2498bc12da7f956fb75a1b69f5b71ac47c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 27 Feb 2017 10:09:09 -0500 Subject: [PATCH] LP#1371772: update normalization library info URLs This patch follows up on the previous patch by adjusting the normalization of URLs when the lib.prefer_external_url library setting is set to true. Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/library_name_link.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/library_name_link.tt2 b/Open-ILS/src/templates/opac/parts/library_name_link.tt2 index 0d006442de..1ad030c25a 100644 --- a/Open-ILS/src/templates/opac/parts/library_name_link.tt2 +++ b/Open-ILS/src/templates/opac/parts/library_name_link.tt2 @@ -11,7 +11,7 @@ UNLESS lib_url && prefer_external_url; lib_url = mkurl(opac_root _ '/library/' _ ctx.get_aou(copy_info.circ_lib).shortname, {}, 1); END; - IF lib_url; ''; END; + IF lib_url; ''; END; ''; org_name | html; ''; IF lib_url; ''; END; -%] -- 2.43.2