Fix for Bug 2557, "Guarantor information - error messaee when clicking borrower#...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 26 Aug 2008 19:06:02 +0000 (14:06 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 3 Sep 2009 23:26:59 +0000 (11:26 +1200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc

index 6bfb439..558b4f6 100644 (file)
@@ -18,8 +18,8 @@ YAHOO.util.Event.onContentReady("header_search", function() {
                 address,
                 ", ",
                 city,
-                "</small>",
-                "</div>"];
+                "<\/small>",
+                "<\/div>"];
             return (aMarkup.join(""));
         };