모바일: 설문조사 작업 중, 사용자: 최신글 댓글 중복 태그 제거

This commit is contained in:
whitedot
2013-03-06 13:53:33 +09:00
parent 03c7fd94d9
commit 86cd84a94e
3 changed files with 54 additions and 7 deletions

View File

@ -16,7 +16,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
echo $list[$i]['subject'];
if ($list[$i]['comment_cnt'])
echo " <span class=\"cnt_cmt\">".$list[$i]['comment_cnt']."</span>";
echo $list[$i]['comment_cnt'];
echo "</a>";