From 802b188bb459c69cbb90214a4bf049011269331c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 22 Aug 2013 10:55:13 -0400 Subject: [PATCH] Bug 6594: Move subject keywords schema.org markup into element Google's rich snippets tool gets confused by the approach, so stuff another span inside the element to remove confusion with the href attribute. Signed-off-by: Dan Scott Signed-off-by: Jared Camins-Esakov --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 6499927..24c23d8 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -546,7 +546,7 @@ Subject(s): - + /cgi-bin/koha/opac-search.pl?q=an: @@ -564,6 +564,7 @@ /cgi-bin/koha/opac-search.pl?q=su: + @@ -573,6 +574,7 @@ + -- 1.7.9.5