diff --git a/modules/admin/tpl/config.html b/modules/admin/tpl/config.html index 5aaa6c305..219d5295c 100644 --- a/modules/admin/tpl/config.html +++ b/modules/admin/tpl/config.html @@ -13,7 +13,7 @@ var obj= xGetElementById('_'+id); var sObj = xGetElementById(id); sObj.value = module_srl; - obj.value = browser_title+' ('+mid+')'; + obj.value = decodeURIComponent(browser_title.replace(/\+/g," "))+' ('+mid+')'; } var pwd = '{$pwd}'; @@ -53,7 +53,7 @@
{$lang->start_module}
- {$lang->cmd_select} + {$lang->cmd_select}