Index: branches/5.1.x/core/units/helpers/minifiers/minify_helper.php =================================================================== diff -u -N -r13690 -r13702 --- branches/5.1.x/core/units/helpers/minifiers/minify_helper.php (.../minify_helper.php) (revision 13690) +++ branches/5.1.x/core/units/helpers/minifiers/minify_helper.php (.../minify_helper.php) (revision 13702) @@ -1,6 +1,6 @@ use it - return $this->Application->BaseURL(WRITEBALE_BASE) . sprintf($file_mask, $this->compressInfo[$hash]); + return $this->Application->BaseURL( str_replace(DIRECTORY_SEPARATOR, '/', WRITEBALE_BASE)) . sprintf($file_mask, $this->compressInfo[$hash]); } /**