FFZG ZS don't html encode <br> comming from group contact
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 31 Aug 2018 14:47:30 +0000 (16:47 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Mar 2019 14:43:16 +0000 (15:43 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt

index 2f0b775..930c362 100644 (file)
@@ -92,9 +92,9 @@
                 [% Branches.GetName ( holdingbranch ) | html %]
             [% END %]
         </td>
-        <td><p>[% reserveloo.itemcallnumber | html %]</p></td>
-        <td><p>[% reserveloo.copyno | html %]</p></td>
-        <td><p>[% reserveloo.enumchron | html %]</p></td>
+        <td><p>[% reserveloo.itemcallnumber %]</p></td>
+        <td><p>[% reserveloo.copyno %]</p></td>
+        <td><p>[% reserveloo.enumchron %]</p></td>
         <td>
         [% FOREACH itemType IN reserveloo.itemTypes %]
             [% ItemTypes.GetDescription( itemType ) | html %]