Index: branches/RC/core/admin_templates/catalog/catalog_counters.tpl =================================================================== diff -u -N -r11610 -r11644 --- branches/RC/core/admin_templates/catalog/catalog_counters.tpl (.../catalog_counters.tpl) (revision 11610) +++ branches/RC/core/admin_templates/catalog/catalog_counters.tpl (.../catalog_counters.tpl) (revision 11644) @@ -3,7 +3,6 @@ // category related statistics $Catalog.ParentCategoryID = ; -set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '') ); @@ -15,8 +14,10 @@ -setInnerHTML('category_path', ''); +setInnerHTML('category_path', ''); +set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '').replace(/\s+/g, ' ').trim() ); + var $menu_frame = getFrame('menu');