From 58dec25bbb547ec97d66461bc02039394b4e98ed Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 18 Mar 2014 17:17:11 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EB=A9=94?= =?UTF-8?q?=EC=9D=BC=20=EB=B0=9C=EC=86=A1=EC=9D=98=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=EC=97=90=20rn=20=ED=91=9C=EC=8B=9C=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95=20-=20=EC=B0=B8?= =?UTF-8?q?=EC=97=86=EB=8B=A4=EB=8B=98=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write_update.php | 2 +- bbs/write_update_mail.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bbs/write_update.php b/bbs/write_update.php index 2caae2308..145f976e9 100644 --- a/bbs/write_update.php +++ b/bbs/write_update.php @@ -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]; diff --git a/bbs/write_update_mail.php b/bbs/write_update_mail.php index f0fde3e04..a1548acae 100644 --- a/bbs/write_update_mail.php +++ b/bbs/write_update_mail.php @@ -19,9 +19,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 작성자 -

+

-

+
사이트에서 게시물 확인하기