%# diary.rhtml %><%% @anchor_name = <%=opt['anchor'] || false%> %>
<% if opt['bot'] then %>
<%=h comment.body.gsub( /\n/ , "
" ).gsub( /
\Z/, '' ) %>
<% else %>
<%= comment.body.make_link.gsub( /\n/ , "
" ).gsub( /
\Z/, '' ) %>
<% end %>
#c00" %>">Before...
<% end each_comment_tail( opt['comment_limit'] ) do |comment,idx| if comment.visible? %>#c<%= '%02d' % idx %>" %>"><%= opt['comment_anchor'] %> <%=h comment.name %> [<%=h comment.shorten( opt['comment_length'] ) %>]
<% end end %>