X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/54bed8e9c0d97f18abee13f8e424ac981c5826d2..1cef3c79e3b5bbef348c7029038e70b8da848f02:/app/views/browse/node_history.html.erb
diff --git a/app/views/browse/node_history.html.erb b/app/views/browse/node_history.html.erb
index 90b677440..9966d558d 100644
--- a/app/views/browse/node_history.html.erb
+++ b/app/views/browse/node_history.html.erb
@@ -2,11 +2,11 @@
@name = printable_name @node
@title = t('browse.node_history.node_history') + ' | ' + @name
%>
-
<%= t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %>
+<%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %>
<%= render :partial => "map", :object => @node %>
<% @node.old_nodes.reverse.each do |node| %>
<%= render :partial => "node_details", :object => node %>
<% end %>
-<%= t 'browse.node_history.download', :download_xml_link => link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history"),
- :view_details_link => link_to(t('browse.node_history.view_details'), :action => "node") %>
+<%= raw t 'browse.node_history.download', :download_xml_link => link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history"),
+ :view_details_link => link_to(t('browse.node_history.view_details'), :action => "node") %>