From 3b01a0b0029a6ee01275a54efa294d9a03a9e5f4 Mon Sep 17 00:00:00 2001 From: David Bourgault Date: Fri, 27 Jul 2018 17:13:42 -0400 Subject: [PATCH] Bug 21130: Prevent HTML class from being translated Adds a xsl:value-of tag to prevent the value from being translated. TEST PLAN 0) Apply patch 1) Translate 2) In the opac, div.record has not changed NOTE: I don't know if this bug affects all translations, I noticed it when translating to fr-CA. The fix will work for all languages. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit e64fb90311a9f2b37b49fc670962089cbb3d32de) Signed-off-by: Martin Renvoize (cherry picked from commit 84787c1eee9db11f779273ba5f83ddd4d8f91efb) Signed-off-by: Lucas Gass --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 8047c2c52f..adcc9065dd 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -107,7 +107,7 @@ - record + http://schema.org/ Product #record -- 2.39.5