diff --git a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml
index 13e058a77bfd7f65f750dce3ea65dc9e2f88b323..72d0683ab505942538a62767de2505ef579c8674 100644
--- a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml
+++ b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_js/ung.js.xml
@@ -668,7 +668,7 @@ $().ready(function(){\n
         ung_listbox_container.html(data_html);\n
         // attach listener\n
         ung_listbox_container.live(\'DOMSubtreeModified\', checkUNGListbox)\n
-        // eval script\n
+        // eval script to update listbox\n
         eval(data_script)\n
         // remove class \'portal-column\' from main listbox\n
         // (as it should not interfere in user\'s box layout)\n
@@ -731,7 +731,7 @@ function wrappedUpdater() {\n
 }\n
 \n
 function checkUNGListbox() {\n
-  gadget_listbox_container = $(\'div#main_listbox-container div.listbox-container\')\n
+  gadget_listbox_container = $(\'div#main_listbox-container div.listbox-container\');\n
   if (gadget_listbox_container.length >= 1) {\n
     // XXX: the .die and .live calls are because of the call to .find function\n
     // that is triggered recursively without stop if parent has the .live\n
@@ -781,7 +781,7 @@ function separateUNGListboxGadgetFields() {\n
     var domainTreeHeight = data.find("div.listbox-domain-tree-container").css("height").replace("px", "");\n
   } catch(e) {\n
     // this maybe categorize first access of user, needing\n
-    // to reload page, in time to create \'selection\' in portal_selections\n
+    // to reload page in time to create \'selection\' in portal_selections\n
     window.location.reload();\n
     return false;\n
   }\n
diff --git a/bt5/erp5_web_ung_theme/bt/change_log b/bt5/erp5_web_ung_theme/bt/change_log
index 08bf40c1673b6f62c4ab8b059918bff352938592..4dd080fc0f3b1306b1738ce2607ed3f82be73244 100644
--- a/bt5/erp5_web_ung_theme/bt/change_log
+++ b/bt5/erp5_web_ung_theme/bt/change_log
@@ -1,3 +1,6 @@
+2011-09-21 gabriel.oliveira
+* Improve documentation and fix typo
+
 2011-09-21 gabriel.oliveira
 * Fix preference dialog layout
 
diff --git a/bt5/erp5_web_ung_theme/bt/revision b/bt5/erp5_web_ung_theme/bt/revision
index cbafdca534b6a2ba9e4ac1da16571516aa607b2d..0ca45a091c69be2c62ae56b855d359ccc1f9b43c 100644
--- a/bt5/erp5_web_ung_theme/bt/revision
+++ b/bt5/erp5_web_ung_theme/bt/revision
@@ -1 +1 @@
-393
\ No newline at end of file
+394