[openstreetmap-website] Site cleanup (#150)
Tom Hughes
notifications at github.com
Sun Jan 6 17:48:18 GMT 2013
> @@ -1,11 +1,8 @@
> -<h1><%= h(@title) %></h1>
> -
> -<% content_for :head do %>
> -<%= auto_discovery_link_tag :atom, :action => 'georss', :display_name => @display_name, :tag => @tag %>
> -<% end %>
> -
> -<p>
> - <%= rss_link_to :action => 'georss', :display_name => @display_name, :tag => @tag %>
> +<% content_for :heading do %>
> + <h1><%= h(@title) %></h1>
> + <span><%= raw(@description) %></span>
As far as I can see there is no HTML in `@description` so the `raw` shouldn't be needed here?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/150/files#r2560336
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20130106/7795bc0b/attachment-0001.html>
More information about the rails-dev
mailing list