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 d7e54d2a1c267d46ce6277549d5cb28bfe89e6a6..0bd4ff6a48ae68dd4c50dae2b3f5355aab06ad43 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
-  <p class="clear">&nbsp;</p>\n
+  <p class="clear"></p>\n
 </tal:block>
 
 ]]></string> </value>
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 4214d955d976ca2c6292c90987787e192026acbf..26b312fd46e3c73850922812565746aa7daa8862 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
@@ -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
-          <p class="clear">&nbsp;</p>\n
+          <p class="clear"></p>\n
           </div>\n
         </div>\n
       </tal:block>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml
index 82c167f6fd822db8998720bd87d6002f9da00492..b21bd1b35a99e76d2d5c3eb773771c4e5c11615c 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml
@@ -106,7 +106,7 @@ Groups names becomes "left_group", "right_group", "left1_group", "right1_group",
           <tal:block metal:use-macro="here/field_render/macros/field_render"/>\n
         </tal:block>\n
       </fieldset>\n
-      <p tal:condition="python: group.find(\'right\') >= 0 or (group.find(\'left\') >= 0 and \'right\' not in groups)" class="clear">&nbsp;</p>\n
+      <p tal:condition="python: group.find(\'right\') >= 0 or (group.find(\'left\') >= 0 and \'right\' not in groups)" class="clear"></p>\n
     </tal:block>\n
   </tal:block>\n
 </tal:block>
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 dc24a5ed919712c966091d48d344c7670eac4f1e..24c6cecdc7ea339a28ae04ba38baa89b7f05643b 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
-              <p class="clear">&nbsp;</p>\n
+              <p class="clear"></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
-              <p class="clear">&nbsp;</p>\n
+              <p class="clear"></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
-              <p class="clear">&nbsp;</p>\n
+              <p class="clear"></p>\n
             </div>\n
           </div>\n
         </div>\n
       </div>\n
       <script type="text/javascript">setFocus()</script>\n
-      <p class="clear">&nbsp;</p>\n
+      <p class="clear"></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 f661dada5855576b40f3af46fb0c02fbbb0cb1f6..1eaae568fabffdd2fe7a1f4f00330067808f24b5 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
-        <p class="clear">&nbsp;</p>\n
+        <p class="clear"></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
-        <p class="clear">&nbsp;</p>\n
+        <p class="clear"></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 0b8a387d3206af9c5c631bc72f3a2bb4542abf18..2b78530088c30db999889d1369f6cff6b03beabd 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
-            <p class="clear">&nbsp;</p>\n
+            <p class="clear"></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
-            <p class="clear">&nbsp;</p>\n
+            <p class="clear"></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 085520522551b28e3a7f976d2524294d746b055f..8c0e0e55aa826c1dfdebd4eb7fd4963e6b22cddb 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
@@ -281,7 +281,7 @@ IDEAS:\n
             <tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
           </tal:block>\n
         </div>\n
-        <p class="clear" style="height: 10px">&nbsp;</p>\n
+        <p class="clear" style="height: 10px"></p>\n
         <div tal:content="structure here/REQUEST/portal_status_message | nothing"\n
              id="transition_message"></div>\n
       </div>\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index d7f3668a68034370ad1e355d05f4659541b0db5e..d97edbb29fa140807215ea46cfdc2b84f4c97dcd 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-98
\ No newline at end of file
+99
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version
index 3a1f10eaec313857553d899694a174ee22623d19..7e099ec5d75abf22ee60bb93ebb1803ec9b2687a 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version
@@ -1 +1 @@
-1.2.5
\ No newline at end of file
+1.2.6
\ No newline at end of file