From 8a81b42e0c8fd6cc9cbed81e6be13102807228aa Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 12 Mar 2014 11:58:04 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=ED=8C=8C=EC=9D=BC=20=EC=B6=9C=EB=A0=A5=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=A1=B0=EA=B1=B4=EB=AC=B8=20=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/board_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/board_tail.php b/bbs/board_tail.php index c6bd1e286..408d56625 100644 --- a/bbs/board_tail.php +++ b/bbs/board_tail.php @@ -6,7 +6,7 @@ if (G5_IS_MOBILE) { echo stripslashes($board['bo_mobile_content_tail']); // 모바일의 경우 설정을 따르지 않는다. include_once('./_tail.php'); -} else if ($board['bo_include_tail']) { +} else { echo stripslashes($board['bo_content_tail']); @include ($board['bo_include_tail']); }