Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping...
authorOwen Leonard <oleonard@myacpl.org>
Fri, 14 Sep 2012 16:33:42 +0000 (12:33 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 8 Oct 2012 15:11:12 +0000 (17:11 +0200)
Extra </div> returned. Killing it again.

After applying the patch the validator should only warn of
invalid "autocomplete" attribute.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt

index e4fc007..295299b 100644 (file)
@@ -83,5 +83,5 @@ $(document).ready(function() {
        <div class="yui-b">
                [% INCLUDE 'admin-menu.inc' %]
        </div>
-</div>
+
 [% INCLUDE 'intranet-bottom.inc' %]