From ec5f94f745c555d3edeceef8efe30879dc7961ea 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 Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/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 f3bd0f9..a32aea4 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.8.4.rc2