content 위젯의 댓글표시 구분자 오타 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-24 07:41:56 +00:00
parent d8d1854e71
commit f49adee3b5
4 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
<a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_trackback_count=='Y' && $item->getCommentCount())-->
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
<!--@end-->