From: Dan Scott Date: Mon, 1 Aug 2016 22:09:04 +0000 (-0400) Subject: LP#1608711: Update schema.org property name from "seller" to "offeredBy" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b55b3cafbb9c64c39b1ad1fbbc0074066d616bba;p=evergreen%2Fmasslnc.git 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 --- 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; -%]