diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doFavorite.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doFavorite.xml
index 6b92a2bede25fa8eee7d1b90044556e05310fa08..1d94fb00e772c03df4af1fd4d71d2018bb2ccc5b 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doFavorite.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_doFavorite.xml
@@ -57,6 +57,8 @@
    select_favorite = context.REQUEST.form["Base_doFavorite"]\n
 if select_favorite == \'\':\n
   return\n
+# XXX more encode should be implemented in ERP5Site_redirect.\n
+select_favorite = select_favorite.replace(\' \', \'+\')\n
 return context.ERP5Site_redirect(select_favorite, **kw)\n
 </string> </value>
         </item>
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index c31da8b3c449ed1fb8c6e37d77083f8a82d74e4a..4c88dcfb827c0ebb3ce1b321e3808005c18a8def 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-804
\ No newline at end of file
+805
\ No newline at end of file