diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
index 6c17065dfb6400119848bfc0109302392abae698..d3afaff2b2323d3fc60fd59fbef2bee4004e7115 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
@@ -129,7 +129,7 @@ function buildTables(element_list, rowPredicate, columnPredicate,\n
       var first_element = row_list[0][0];\n
       var fake_table = $("<table>");\n
       fake_table.addClass(tableClassName);\n
-      fake_table.insertbefore(first_element);\n
+      fake_table.insertBefore(first_element);\n
       $.each(row_list, function() {\n
         var fake_row = $("<tr>");\n
         $.each(this, function() {\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 176746d5a9d53ad7ab0576285b591250562332bf..2b4ff56629d087255da37c1ec20bc8ef84165f9a 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-1113
\ No newline at end of file
+1114