mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3531 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
effe42d353
commit
366f9dae99
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue