<%= render :partial => "application", :collection => @applications %>
diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb
index f1f48c1e1..1a3807e4a 100644
--- a/app/views/site/_id.html.erb
+++ b/app/views/site/_id.html.erb
@@ -1,10 +1,10 @@
<%= javascript_include_tag "edit/id" %>
- <% data = { :key => Settings.id_key } -%>
- <% data[:lat] = @lat if @lat -%>
- <% data[:lon] = @lon if @lon -%>
- <% data[:gpx] = trace_data_url(params[:gpx], :format => :xml) if params[:gpx] -%>
- <% data[:url] = id_url(:locale => params[:locale]) -%>
+ <% data = { :key => Settings.id_key }
+ data[:lat] = @lat if @lat
+ data[:lon] = @lon if @lon
+ data[:gpx] = trace_data_url(params[:gpx], :format => :xml) if params[:gpx]
+ data[:url] = id_url(:locale => params[:locale]) %>
<%= tag.iframe "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %>
diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb
index e6c65a992..c82893e9d 100644
--- a/app/views/site/help.html.erb
+++ b/app/views/site/help.html.erb
@@ -16,7 +16,7 @@
<%= t ".#{site}.title" %>
-
+
<%= t ".#{site}.description" %>