From f0c624396446c3f4e138065da6d8d16d1a05c4df Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Apr 2018 03:16:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EA=B0=90=20=EC=9E=A5=EC=88=98=20?= =?UTF-8?q?=EB=8F=99=ED=96=A5=20=EC=95=88=EB=9C=A8=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=EB=8F=84=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_history.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/func_history.php b/hwe/func_history.php index 17a4bcd7..81816221 100644 --- a/hwe/func_history.php +++ b/hwe/func_history.php @@ -239,6 +239,7 @@ function getGeneralPublicRecordWithDate($year, $month) { if(!$texts){ return ConvertLog("●{$month}월: 기록 없음"); } + return join('
', $texts); } function LogHistory($isFirst=0) {