Bug 16480: Unclosed tag <span> in shelves line 332 on intranet
authorHector Castro <hector.hecaxmmx@gmail.com>
Mon, 9 May 2016 17:31:29 +0000 (11:31 -0600)
committerJesse Weaver <jweaver@bywatersolutions.com>
Thu, 12 May 2016 22:21:08 +0000 (16:21 -0600)
Unclosed tag <span> in shelves line 332 on intranet when translating
<span>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 <bgkriegel@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt

index 2c8207d..b408039 100644 (file)
@@ -329,7 +329,7 @@ function placeHold () {
         [% CASE 'error_on_update' %]
             <span>An error occurred when updating this list.</span>
         [% CASE 'error_on_insert' %]
-            <span>An error occurred when creating this list./span>
+            <span>An error occurred when creating this list.</span>
         [% CASE 'error_on_delete' %]
             <span>An error occurred when deleting this list.</span>
         [% CASE 'error_on_add_biblio' %]