From 5cd0e6d90d8d39d4104731d962d85ec9a5f7f59f Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Mon, 9 May 2016 11:31:29 -0600 Subject: [PATCH] Bug 16480: Unclosed tag in shelves line 332 on intranet Unclosed tag in shelves line 332 on intranet when translating An error occurred when creating this list./span> This error was introduced by bug 15403 To test: Verify the template in line 332 to see the unclosed tag fixed or follow test plan for bug 15403 Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 2c8207d..b408039 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -329,7 +329,7 @@ function placeHold () { [% CASE 'error_on_update' %] An error occurred when updating this list. [% CASE 'error_on_insert' %] - An error occurred when creating this list./span> + An error occurred when creating this list. [% CASE 'error_on_delete' %] An error occurred when deleting this list. [% CASE 'error_on_add_biblio' %] -- 2.7.0