diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
index 5833c8873de8e2d41d886323f94048477d6949a2..d7e54d2a1c267d46ce6277549d5cb28bfe89e6a6 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
@@ -314,7 +314,7 @@ XXX: Folder_filter accesses selection directly\n
       </a>\n
     </span>\n
   </span>\n
-  <h6 class="clear">&nbsp;</h6>\n
+  <p class="clear">&nbsp;</p>\n
 </tal:block>
 
 ]]></string> </value>
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
index d760378a8f5cdc3233901042df0a1e08d2f1d562..311d5e72a8c7fc4748ba8d8f7ae50bf6335480a9 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
@@ -418,8 +418,7 @@ a:hover {\n
   text-decoration: underline;\n
 }\n
 \n
-p.clear,\n
-h6.clear {\n
+p.clear {\n
   height: 0;\n
   margin: 0;\n
   padding: 0;\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml
index 376fda01f39ac7b7ced5609a913b22f5f3316b33..4214d955d976ca2c6292c90987787e192026acbf 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml
@@ -125,7 +125,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
                   <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
                 </tal:block>\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
             <div tal:condition="python: len(center_group) > 0"\n
                 class="center">\n
@@ -133,7 +133,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
                 <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
               </tal:block>\n
             </div>\n
-          <h6 class="clear">&nbsp;</h6>\n
+          <p class="clear">&nbsp;</p>\n
           </div>\n
         </div>\n
       </tal:block>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml
index 4ad683c26e18cd7c952e1f3f80263951ca29e8c8..dc24a5ed919712c966091d48d344c7670eac4f1e 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml
@@ -106,7 +106,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
                 <input type="text" name="__ac_name" id="name"\n
                        tal:attributes="value python: request.get(\'__ac_name\') or \'\'" />\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
             <div class="field">\n
               <label for="password"\n
@@ -114,7 +114,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
               <div class="input">\n
                 <input type="password" name="__ac_password" id="password" />\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
             <div class="field">\n
               <label for="cb_remember"\n
@@ -122,13 +122,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
               <div class="input">\n
                 <input type="checkbox" name="__ac_persistent" value="1" checked="checked" id="cb_remember" />\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
           </div>\n
         </div>\n
       </div>\n
       <script type="text/javascript">setFocus()</script>\n
-      <h6 class="clear">&nbsp;</h6>\n
+      <p class="clear">&nbsp;</p>\n
       <input type="submit" value="Login" class="submit"\n
              tal:attributes="name python: \'%s:method\' % (form_action, )"\n
              i18n:attributes="value" i18n:domain="ui" />\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
index c1bad594a8da21a18a6192ae46ae4efd73756ebc..f661dada5855576b40f3af46fb0c02fbbb0cb1f6 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
@@ -98,7 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
             <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear">&nbsp;</h6>\n
+        <p class="clear">&nbsp;</p>\n
       </div>\n
       <div tal:condition="python: len(center_left_group) > 0 or len(center_right_group) > 0"\n
           class="top_group">\n
@@ -114,7 +114,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
             <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear">&nbsp;</h6>\n
+        <p class="clear">&nbsp;</p>\n
       </div>\n
       <div tal:condition="python: len(bottom_group) > 0"\n
           class="bottom">\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
index dc2222ad3f8176216c6989841120d2be6bf08434..0b8a387d3206af9c5c631bc72f3a2bb4542abf18 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
@@ -104,7 +104,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
               </select>\n
               <tal:block tal:replace="structure python:form.sort_order.render(item[1], request)" />\n
             </div>\n
-            <h6 class="clear" />\n
+            <p class="clear">&nbsp;</p>\n
           </div>\n
           <div tal:repeat="item columns"\n
               class="field">\n
@@ -124,7 +124,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n
                 <span tal:replace="structure python:form.sort_order.render(\'\', request)" />\n
               </div>\n
             </tal:block>\n
-            <h6 class="clear" />\n
+            <p class="clear">&nbsp;</p>\n
           </div>\n
         </div>\n
       </div>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
index 2628ef9591ab7c45e5e3e55bde5cc24b3f9706f3..085520522551b28e3a7f976d2524294d746b055f 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
@@ -254,7 +254,7 @@ IDEAS:\n
               </button>\n
             </span>\n
           </span>\n
-          <h6 class="clear">&nbsp;</h6>\n
+          <p class="clear">&nbsp;</p>\n
         </div>\n
         <div id="context_bar">\n
           <tal:block metal:define-slot="context_bar" />\n
@@ -281,7 +281,7 @@ IDEAS:\n
             <tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear" style="height: 10px">&nbsp;</h6>\n
+        <p class="clear" style="height: 10px">&nbsp;</p>\n
         <div tal:content="structure here/REQUEST/portal_status_message | nothing"\n
              id="transition_message"></div>\n
       </div>\n