From 9c929c6b556329dbffaff629a29e2ef15db4860d Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 8 Aug 2013 17:58:01 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=95=20=ED=99=9C=EC=84=B1=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 925c346da..2df36355f 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -35,7 +35,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="") if ($total_page > 1) { for ($k=$start_page;$k<=$end_page;$k++) { if ($cur_page != $k) - $str .= ''.$k.'페이지'.PHP_EOL; + $str .= ''.$k.'페이지'.PHP_EOL; else $str .= '열린'.$k.'페이지'.PHP_EOL; } From 36c267399b576445d9f65dbf605935df5eefa41a Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 8 Aug 2013 18:03:37 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=EC=B9=B4=ED=85=8C?= =?UTF-8?q?=EA=B3=A0=EB=A6=AC=20=ED=99=9C=EC=84=B1=ED=99=94=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=20=EC=95=88=EB=82=B4=20=EB=A9=94=EC=84=B8=EC=A7=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/list.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bbs/list.php b/bbs/list.php index 76a5746b3..813c712d9 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -18,9 +18,11 @@ if ($board['bo_use_category']) { $category = trim($categories[$i]); if ($category=='') continue; $category_option .= '
  • '; + $category_msg = '열린 분류 '; + } + $category_option .= '>'.$category_msg.$category.''; } } From 728f34f69e02510a299143134c7b06906ecaf963 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 9 Aug 2013 09:22:41 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=9D=B8=EB=9D=BC=EC=9D=B8=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=A0=9C=EA=B1=B0=EB=A5=BC=20removeAttr?= =?UTF-8?q?=EC=9D=84=20=EC=9D=B4=EC=9A=A9=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.sub2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/list.sub2.php b/shop/list.sub2.php index c699e94ca..ca7ff804d 100644 --- a/shop/list.sub2.php +++ b/shop/list.sub2.php @@ -32,7 +32,7 @@ $.fn.listType = function(type) this.addClass("sct_40"); $el.each(function() { if($(this).data("style")) { - $(this).attr("style", ""); + $(this).removeAttr("style"); } });