mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
r7049 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7050 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
122c3f3435
commit
0c8a3e9145
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ if(!$cached) {
|
|||
$str_code = preg_replace("!([ \t]+)$!m", '', $str_code);
|
||||
$str_code = preg_replace("!^\/\*([^/]*?)\*\/$!sm", '', $str_code);
|
||||
$str_code = preg_replace("!^\/\*([^*]*?)\*\/$!sm", '', $str_code);
|
||||
$str_code = preg_replace("!^\/\/([^\n]*)$!m", '', $str_code);
|
||||
$str_code = preg_replace("!^\/\/([^\n'\"]*)$!m", '', $str_code);
|
||||
$str_code = preg_replace("!(\n{2,})!m", "\n", $str_code);
|
||||
|
||||
return trim($str_code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue