diff --git a/lib/common.lib.php b/lib/common.lib.php index 71c9c08c9..ff0ad1eff 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1004,7 +1004,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') if(!$bo_table) return $name; - $tmp_name = "$name"; + $tmp_name = "$name"; $title_mb_id = '[비회원]'; } @@ -1029,7 +1029,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') if($mb_id) $str2 .= "아이디로 검색\n"; else - $str2 .= "이름으로 검색\n"; + $str2 .= "이름으로 검색\n"; } if($mb_id) $str2 .= "전체게시물\n"; @@ -1967,7 +1967,7 @@ function html_end() $stylesheet .= $link; $buffer = preg_replace('#'.$link.'#', '', $buffer); } - /* + /* 밑으로 스킨의 스타일시트가 위치하도록 하게 한다. @@ -1979,7 +1979,7 @@ function html_end() // 휴대폰번호의 숫자만 취한 후 중간에 하이픈(-)을 넣는다. function hyphen_hp_number($hp) { - $hp = preg_replace("/[^0-9]/", "", $hp); + $hp = preg_replace("/[^0-9]/", "", $hp); return preg_replace("/([0-9]{3})([0-9]{3,4})([0-9]{4})$/", "\\1-\\2-\\3", $hp); }