From 5705a13f618e9c364f988ff3357d11d5b27e837c Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 9 Jan 2013 15:48:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=95=ED=95=A8=EC=88=98=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 1fe5202fc..3551bfc7c 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -19,7 +19,6 @@ function get_microtime() function get_paging($write_pages, $cur_page, $total_page, $url, $add="") { $str = ''; - $str .= "
"; if ($cur_page > 1) { $str .= '์ฒ˜์Œ'.PHP_EOL; } @@ -45,7 +44,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="") if ($cur_page < $total_page) { $str .= '๋งจ๋'.PHP_EOL; } - $str .= "
"; + $str .= ""; return $str; }