Yet more escaping.
This commit is contained in:
parent
c5f93e3ea0
commit
789c6343d9
4 changed files with 8 additions and 8 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue