Bug 18648: Fix syntax 'unexpected end of input'
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Jun 2017 14:06:29 +0000 (11:06 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Jun 2017 14:07:31 +0000 (11:07 -0300)
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt

index c137404..2aefdf7 100644 (file)
@@ -53,7 +53,7 @@
                     </th>
                     [% FOREACH cell IN line.cells %]
                     <td headers="[% cell.rowvalue %] [% cell.colvalue %]">
-                    [% BLOCK spantitle %][% FOREACH lib IN cell.libs %][% lib.lib |html %][% END %]
+                    [% BLOCK spantitle %][% FOREACH lib IN cell.libs %][% lib.lib |html %][% END %][% END %]
                     <span title="[% INCLUDE spantitle %]">
                     [% cell.celvalue %] <br /><input type="checkbox" name="[% cell.celvalue %]" value="[% cell.celvalue %]" />
                     </span>