Bug 13618: (follow-up) Add html filters to all the variables
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 29 Aug 2018 17:38:56 +0000 (14:38 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 30 Aug 2018 13:40:36 +0000 (13:40 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index 0a7d6f4..e4fd62b 100644 (file)
 [% END %]
 </ul>
 
-[% items_table_block_iter = 0 | html %]
+[% items_table_block_iter = 0 %]
 [% BLOCK items_table %]
-    [% items_table_block_iter = items_table_block_iter + 1 | html %]
+    [% items_table_block_iter = items_table_block_iter + 1 %]
     <div class="[% tab | html %]_table_table_controls">
         [% IF (StaffDetailItemSelection) %]
             | <a href="#" class="SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</a> |