%# i.diary.rhtml $Revision: 1.11 $ %>
<%%=comment_today%><%%=comment_total( <%=count_comments%> )%>:
<%
each_comment(opt['comment_limit'] ) do |comment|
if comment.visible? %>
#
<%= CGI::escapeHTML( comment.name ) %> [<%= comment.shorten( 200 ).make_link %>]
<%
else
idx += 1
end
end %>