From 65f31c52d163ebd80ad796ee423af0b7d1221735 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 1 Aug 2016 18:09:04 -0400 Subject: [PATCH] LP#1608711: Update schema.org property name from "seller" to "offeredBy" Per the 2015-11-05 release of schema.org (http://schema.org/docs/releases.html#v2.2), the "offeredBy" property is now the preferred property to use for non-commercial entities (such as libraries) making an offer of an item for borrowing, sale, etc. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- 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 3179e5f62b..0d006442de 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.11.0