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) {