From d6b59d12311524d7cbf38d6487f16e39ba9096a8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 29 Mar 2013 10:34:51 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=ED=83=80=EC=9D=B4?= =?UTF-8?q?=ED=8B=80:=20#416=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B3=B4=EC=99=84=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/board.php b/bbs/board.php index 40e98a31b..231338f36 100644 --- a/bbs/board.php +++ b/bbs/board.php @@ -123,7 +123,7 @@ if (isset($wr_id) && $wr_id) { if (!isset($page) || (isset($page) && $page == 0)) $page = 1; - $g4['title'] = $board['bo_subject']." ".$page." 페이지"; + $g4['title'] = $board['bo_subject']." ".$page." 페이지"; } include_once(G4_PATH.'/head.sub.php');