사용자: 게시판스킨 목록 스크린리더 사용자에게 댓글1개와 같이 나오도록

This commit is contained in:
whitedot
2013-01-17 16:04:18 +09:00
parent 2c60a9b8bc
commit c44ddae3de

View File

@ -104,7 +104,7 @@ for ($i=0; $i<count($list); $i++) {
<a href="<?=$list[$i]['href']?>"<? if ($wr_id == $list[$i]['wr_id']) echo " class=\"bo_current\"";?>>
<?=$list[$i]['subject']?>
<? if ($list[$i]['comment_cnt']) { ?><?=$list[$i]['comment_cnt'];?><? } ?>
<? if ($list[$i]['comment_cnt']) { ?><span class="sound_only">댓글</span><?=$list[$i]['comment_cnt'];?><span class="sound_only">개</span><? } ?>
</a>
<?