From: Galen Charlton Date: Mon, 27 Feb 2017 15:09:09 +0000 (-0500) Subject: LP#1371772: update normalization library info URLs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a989b3b70295fad8fdeeacf5f181d10b2ed24f87;p=contrib%2FConifer.git 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 --- 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; -%]