From ac94afb660f42f505fcc3bed604c1ec6597d2f99 Mon Sep 17 00:00:00 2001 From: ngleader Date: Wed, 27 Jan 2010 08:20:26 +0000 Subject: [PATCH] =?UTF-8?q?r7111=20=EC=B6=94=EA=B0=80=20comment=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=98=81=EB=AC=B8=EA=B0=9C=ED=96=89=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=20dash(-)=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7251 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/comment.item.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/comment/comment.item.php b/modules/comment/comment.item.php index eb505bc66..b081b74fe 100644 --- a/modules/comment/comment.item.php +++ b/modules/comment/comment.item.php @@ -252,9 +252,6 @@ // >, <, "를 다시 복구 $content = str_replace(array('<','>','"'),array('<','>','"'), $content); - // 영문이 연결될 경우 개행이 안 되는 문제를 해결 - $content = preg_replace('/([a-z0-9\+:\/\.\~,\|\!\@\#\$\%\^\&\*\(\)\_]){20}/is',"$0-",$content); - return $content; }