게시판 메일 발송의 내용에 rn 표시되는 오류 수정 - 참없다님 제보

This commit is contained in:
chicpro
2014-03-18 17:17:11 +09:00
parent 021d3d4147
commit 58dec25bbb
2 changed files with 3 additions and 3 deletions

View File

@ -580,7 +580,7 @@ if (!($w == 'u' || $w == 'cu') && $config['cf_email_use'] && $board['bo_use_emai
else if (strstr($html, 'html2'))
$tmp_html = 2;
$wr_content = conv_content(stripslashes($wr_content), $tmp_html);
$wr_content = conv_content(conv_unescape_nl($wr_content), $tmp_html);
$warr = array( ''=>'입력', 'u'=>'수정', 'r'=>'답변', 'c'=>'코멘트', 'cu'=>'코멘트 수정' );
$str = $warr[$w];