Bug 18648: Restore hyphen
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Jun 2017 16:24:07 +0000 (13:24 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 9 Jun 2017 16:26:23 +0000 (13:26 -0300)
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt

index 2aefdf7..bb46c89 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 %][% 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>