From 9f5163cfcd1eb8becf48ae0861d8096720965c61 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 Signed-off-by: Jesse Weaver --- .../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 2c8207d384..b408039fa8 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.39.2