Yet more escaping.

This commit is contained in:
Tom Hughes 2008-03-04 17:57:51 +00:00
parent c5f93e3ea0
commit 789c6343d9
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<h1><%= @title %></h1>
<h1><%= h(@title) %></h1>
<span class="rsssmall"><a href="<%= url_for :action => 'georss', :display_name => @display_name, :tag => @tag %>"><img src="/images/RSS.gif" border="0" alt="RSS" /></a></span>
<% if @user.nil? or @display_name.nil? or @user.display_name != @display_name %>