-<h2><%= @title %></h2>
+<h2><%= h(@title) %></h2>
<% if @this_user && @this_user.image %>
<%= image_tag url_for_file_column(@this_user, "image") %>
<br />
-<%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
-<%= auto_discovery_link_tag(:atom, :action => 'rss') %>
+<%= rss_link_to :action => 'rss' %>
+<%= auto_discovery_link_tag :atom, :action => 'rss' %>