From: Tom Hughes Date: Thu, 24 Nov 2011 21:21:17 +0000 (+0000) Subject: Don't escape the license link X-Git-Tag: live~6012 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2a096703895d4a8557c6924386cee5b4799edfe1 Don't escape the license link --- diff --git a/app/views/export/_start.html.erb b/app/views/export/_start.html.erb index fce26902b..baa92d5fc 100644 --- a/app/views/export/_start.html.erb +++ b/app/views/export/_start.html.erb @@ -32,7 +32,7 @@

<%= t'export.start.licence' %>

-

<%= t'export.start.export_details' %>

+

<%= raw t'export.start.export_details' %>