From 61e6f0e560f0d04651745f692559d3f92a3fa46c Mon Sep 17 00:00:00 2001 From: Mark Tompsett 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(){ Number of items added[% num_items_added %] Number of items replaced[% num_items_replaced %] Number of items ignored because of duplicate barcode[% num_items_errored %] - [ % END %] + [% END %] [% END %] [% IF ( did_revert ) %] -- 1.9.1