페이징 태그 수정

This commit is contained in:
whitedot
2013-05-16 09:51:05 +09:00
parent cdd42a7a40
commit a820e4c912

View File

@ -48,7 +48,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="")
} }
if ($str) if ($str)
return "<div class=\"pg_wrap\"><span class=\"pg\">{$str}</span></div>"; return "<nav class=\"pg_wrap\"><span class=\"pg\">{$str}</span></nav>";
else else
return ""; return "";
} }