Bug 13618: Do not display   and html tags in item fields content
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Jan 2016 09:29:14 +0000 (09:29 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 29 Jan 2016 17:54:16 +0000 (17:54 +0000)
Note that there might be other occurrences to fix!

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt

index c8b88b3..139e75a 100644 (file)
@@ -174,7 +174,7 @@ function Changefwk(FwkList) {
                 [% FOREACH item IN item_loop %]
                     <tr>
                         [% FOREACH sf_code IN item_subfield_codes %]
-                            <td>[% item.$sf_code %]</td>
+                            <td>[% item.$sf_code.raw %]</td>
                         [% END %]
                     </tr>
                 [% END %]