diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index f441b7b3be..fa587104eb 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -46,7 +46,7 @@

<%= t "browse.node_details.coordinates" %>

-

<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}".html_safe), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %>

+

<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}".html_safe), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %>