From 6033cef2eecc03b4b8c37a204b47da2b6af1559b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EC=84=A0=EA=B7=BC?= Date: Thu, 26 Jul 2018 19:06:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9C=98=ED=8C=8C=EB=9E=8C=EB=B3=B4=EB=93=9C?= =?UTF-8?q?=201.1.7=20-=20=EA=B2=8C=EC=8B=9C=EB=AC=BC=20=EC=9A=94=EC=95=BD?= =?UTF-8?q?=20=EA=B0=80=EC=A0=B8=EC=98=AC=EB=95=8C=20 =20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wheeparam/application/helpers/common_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheeparam/application/helpers/common_helper.php b/wheeparam/application/helpers/common_helper.php index f1b7889..39a0e68 100644 --- a/wheeparam/application/helpers/common_helper.php +++ b/wheeparam/application/helpers/common_helper.php @@ -1267,5 +1267,5 @@ function db_file_delete($table, $pk_column, $pk, $filepath_column) */ function get_post_summary($post_content="", $length=300) { - return cut_str( trim( strip_tags($post_content) ) ,$length); + return cut_str( trim( strip_tags( str_replace(" ", " ", $post_content)) ) ,$length); }