git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3531 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-01-15 12:20:15 +00:00
parent effe42d353
commit 366f9dae99

View file

@ -105,7 +105,7 @@
$content_buff .= $str."\n";
}
if($type == "css") $content_buff = '@charset "utf-8";'."\n".$content_buff;
$content_file = substr($filename, 0, -1);
$content_file = substr($filename, 0, -4);
$content_filename = str_replace($this->cache_path, '', $content_file);
FileHandler::writeFile($content_file, $content_buff);