mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
r7111 추가 comment에서 영문개행문자 dash(-) 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7251 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a2fbf06aa3
commit
ac94afb660
1 changed files with 0 additions and 3 deletions
|
|
@ -252,9 +252,6 @@
|
|||
// >, <, "를 다시 복구
|
||||
$content = str_replace(array('<','>','"'),array('<','>','"'), $content);
|
||||
|
||||
// 영문이 연결될 경우 개행이 안 되는 문제를 해결
|
||||
$content = preg_replace('/([a-z0-9\+:\/\.\~,\|\!\@\#\$\%\^\&\*\(\)\_]){20}/is',"$0-",$content);
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue