From 8b6a9c72a720732a1bbad6d7b036ce5aa16056ee Mon Sep 17 00:00:00 2001 From: Blou Date: Tue, 11 Sep 2018 14:42:03 -0400 Subject: [PATCH] Bug 21130: (Follow up OPAC Results) Prevent HTML class from being translated Content-Type: text/plain; charset=utf-8 This fixes the same issue where "title" is being translated (in fr-CA at least) and thus break the javascript impacting the result display in the OPAC Signed-off-by: Hayley Mapley Signed-off-by: Marcel de Rooy --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index abaf7dd5f9..7b858e12c3 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -415,7 +415,7 @@ - title + -- 2.11.0