]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/index.html.erb
Remove unnecessary h() calls on model attributes
[rails.git] / app / views / traces / index.html.erb
index d2f22c0695ee0e17e25e6e196560c4a27b578550..86ac37f00fe44040982e090fff994d1b2c281a0b 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :heading do %>
-  <h1><%= h(@title) %></h1>
+  <h1><%= @title %></h1>
   <ul class='secondary-actions clearfix'>
     <li><%= t(".description") %></li>
     <li><%= rss_link_to :action => "georss", :display_name => @display_name, :tag => @tag %></li>