Index: branches/5.3.x/core/units/helpers/fck_helper.php =================================================================== diff -u -N -r16228 -r16230 --- branches/5.3.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 16228) +++ branches/5.3.x/core/units/helpers/fck_helper.php (.../fck_helper.php) (revision 16230) @@ -1,6 +1,6 @@ Application->HREF('index', $prefix, $url_params, 'index.php'); } else { - $stylesheet_folder_url = $this->Application->BaseURL(rtrim(EDITOR_PATH, '/')); + $stylesheet_folder_url = $this->Application->BaseURL() . trim(EDITOR_PATH, '/') . '/'; $styles_css = $stylesheet_folder_url . 'style.css'; }