]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/export/_start.html.erb
Don't escape the license link
[rails.git] / app / views / export / _start.html.erb
index d541aae8b40fe819ae370f944cf624c31faf3834..baa92d5fca6e2fdec11dae01998d062f3a7c3977 100644 (file)
@@ -1,4 +1,4 @@
-<% form_tag :action => "finish" do %>
+<%= form_tag :action => "finish" do %>
 
   <p class="export_heading"><%= t'export.start.area_to_export' %></p>
 
@@ -32,7 +32,7 @@
     <p class="export_heading"><%= t'export.start.licence' %></p>
 
     <div class="export_details">
-      <p><%= t'export.start.export_details' %></p>
+      <p><%= raw t'export.start.export_details' %></p>
     </div>
 
     <div  id="export_osm_too_large">
@@ -40,7 +40,7 @@
 
       <div class="export_details">
         <p><%= t'export.start.too_large.body' %></p>
-      </div
+      </div>
     </div>
   </div>