mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Safari 브라우저에서 behavor의 속성으로 인해 통합 css파일을 제대로 해석하지 못하던 문제를 해결하기 위해 button.css 파일은 통합 css에 속하지 않도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2662 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4ce386b736
commit
5bf86c83c2
2 changed files with 8 additions and 6 deletions
|
|
@ -40,6 +40,7 @@
|
|||
if(@!$fp = fopen($file_name,$mode)) return false;
|
||||
fwrite($fp, $buff);
|
||||
fclose($fp);
|
||||
@chmod($file_name, 0644);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue