From 34f008a5ee6168e5a69ce8e5c9069bd9f7643749 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 7 Jan 2016 09:29:14 +0000 Subject: [PATCH] Bug 13618: Do not display   and html tags in item fields content Note that there might be other occurrences to fix! Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index c8b88b3..139e75a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -174,7 +174,7 @@ function Changefwk(FwkList) { [% FOREACH item IN item_loop %] [% FOREACH sf_code IN item_subfield_codes %] - [% item.$sf_code %] + [% item.$sf_code.raw %] [% END %] [% END %] -- 2.1.0