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:
zero 2007-10-02 03:50:23 +00:00
parent 4ce386b736
commit 5bf86c83c2
2 changed files with 8 additions and 6 deletions

View file

@ -40,6 +40,7 @@
if(@!$fp = fopen($file_name,$mode)) return false;
fwrite($fp, $buff);
fclose($fp);
@chmod($file_name, 0644);
}
/**