diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml
index f0cbd93a7f86139a80b4c3bcbde1b762257ea805..547fd7be31e9cb48fb61ee682a7e556afadcf370 100644
--- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml
+++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/ListBox_asWebStyleHTML.xml
@@ -81,7 +81,7 @@
   <input type="hidden" name="reset" value="1"/>\n
   <input type="hidden" name="listbox_uid:list" value="" tal:attributes="name string:${field_id}_uid:list"/>\n
   <input type="hidden" name="total_size" value="" tal:attributes="value here/total_size"/>\n
-  <input id="listbox_select" tal:attributes="id string: ${field_id}_select"\n
+  <input id="listbox_select" tal:attributes="id string:${field_id}_select"\n
          title="Filter" alt="Filter" name="Base_doSelect:method"\n
          type="submit" style="visibility: hidden"/>\n
 \n
@@ -178,15 +178,15 @@
                     tal:attributes="colspan python: len(here.getSelectedColumnList())">\n
                   <tal:block tal:condition="python: current_page > 1">\n
                     <button title="First page: Page 1" name="portal_selections/firstPage:method"\n
-                            tal:attributes="id string: ${field_id}_first_page;">|&lt;</button>\n
+                            tal:attributes="id string:${field_id}_first_page;">|&lt;</button>\n
                     <button name="portal_selections/previousPage:method"\n
                             tal:attributes="title python: \'Previous Page: page %s\' % previous_page;\n
-                                            id    string: ${field_id}_previous_page;">&lt;&lt;</button>\n
+                                            id    string:${field_id}_previous_page;">&lt;&lt;</button>\n
                   </tal:block>\n
                   <select\n
                     name="list_start" title="Change Page" size="1"\n
-                    tal:attributes="id       string: ${field_id}_page_selection;\n
-                                    onChange string: submitAction(this.form, \'${context_url}/portal_selections/setPage\')"\n
+                    tal:attributes="id       string:${field_id}_page_selection;\n
+                                    onChange string:submitAction(this.form, \'${context_url}/portal_selections/setPage\')"\n
                     i18n:domain="ui" i18n:attributes="title">\n
                     <option\n
                       tal:repeat="p python: range(total_page)"\n
@@ -198,11 +198,11 @@
                     <button\n
                       name="portal_selections/nextPage:method"\n
                       tal:attributes="title python: \'Next page: Page %s\' % next_page;\n
-                                      id    string: ${field_id}_next_page;">&gt;&gt;</button>\n
+                                      id    string:${field_id}_next_page;">&gt;&gt;</button>\n
                     <button\n
                       name="portal_selections/lastPage:method"\n
                       tal:attributes="title python: \'Last page: Page %s\' % total_page;\n
-                                      id    string: ${field_id}_last_page;">&gt;|</button>\n
+                                      id    string:${field_id}_last_page;">&gt;|</button>\n
                   </tal:block>\n
                 </td>\n
               </tr>\n
diff --git a/bt5/erp5_web/bt/change_log b/bt5/erp5_web/bt/change_log
index 656e0ef8a7d9dba6d96cae8a10cb352dc7964254..55243d72a15b239a6c0563d776261367124ba3f3 100644
--- a/bt5/erp5_web/bt/change_log
+++ b/bt5/erp5_web/bt/change_log
@@ -1,6 +1,7 @@
 2006-08-18 Kevin
 * Fix some Form's group to work with xhtml_style.
 * Fix default template on WebSection.
+* Fix ListBox Web Style strings.
 
 2006-07-27 Kevin
 * Some search result screen modifications.
diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision
index 34bba940d19c5c03f8a0d63433cba1cf420f1d71..147ea53ba1b4b991eb9a128a1231e006722485a3 100644
--- a/bt5/erp5_web/bt/revision
+++ b/bt5/erp5_web/bt/revision
@@ -1 +1 @@
-156
\ No newline at end of file
+158
\ No newline at end of file