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.''; } } diff --git a/lib/common.lib.php b/lib/common.lib.php index 2930b57ac..3a2297559 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; } 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"); } });