<%= content_tag(:div, gravatar_tag(@comment.email)) if this_blog.use_gravatar and @comment.email %> <%= (@comment.url.blank?) ? h(@comment.author) : link_to(h(@comment.author), @comment.url) %> is about to say
<%= @comment.html %>