From 61e6f0e560f0d04651745f692559d3f92a3fa46c Mon Sep 17 00:00:00 2001 From: Mark Tompsett <mtompset@hotmail.com> Date: Sat, 25 Apr 2015 11:44:06 -0400 Subject: [PATCH] Bug 9067 - Fix space There was a [ % END %] which triggered template parsing errors. Follow the test plan in comment #7 with both patches applied. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index 67cf116..f00929f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -379,7 +379,7 @@ $(document).ready(function(){ <tr><td>Number of items added</td><td>[% num_items_added %]</td></tr> <tr><td>Number of items replaced</td><td>[% num_items_replaced %]</td></tr> <tr><td>Number of items ignored because of duplicate barcode</td><td>[% num_items_errored %]</td></tr> - [ % END %] + [% END %] </table> [% END %] [% IF ( did_revert ) %] -- 1.9.1