모바일에서 글쓰기 기본 내용이 에디터에서 깨지는데요
본문
모바일에서 글쓰기 기본 내용이 에디터에서 깨지는데요
$content = '';
if ($w == '') {
$content = $board['bo_insert_content'];
} else if ($w == 'r') {
if (!strstr($write['wr_option'], 'html')) {
$content = "\n\n\n > "
."\n > "
."\n > ".str_replace("\n", "\n> ", get_text($write['wr_content'], 0))
."\n > "
."\n > ";
}
} else {
$content = get_text($write['wr_content'], 0);
}
에디터에 썻던 기본글쓰기 기본내용이 모바일에서는 태그까지 나와서 깨지는데요
아시는분
답변을 작성하시기 전에 로그인 해주세요.