사용자 코드 체크 및 정리
This commit is contained in:
@ -28,7 +28,7 @@ for ($i=1; $i<=$attach; $i++) {
|
||||
$content = stripslashes($content);
|
||||
if ($type == 2) {
|
||||
$type = 1;
|
||||
$content = preg_replace("/\n/", "<br>", $content);
|
||||
$content = str_replace("\n", "<br>", $content);
|
||||
}
|
||||
|
||||
// html 이면
|
||||
|
||||
Reference in New Issue
Block a user