]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/note.html.erb
Use machine-readable lat/lon format
[rails.git] / app / views / browse / note.html.erb
index 90d34b5742dbbd8ea6a3c5f2e735efc132327faa..967487af64136fb74a893442f6ac8429cca3b329 100644 (file)
@@ -11,7 +11,7 @@
     <%= h(@note.comments.first.body.to_html) %>
   </div>
 
-  <div class="details" data-coordinates="<%= number_with_delimiter(@note.lat) %>,<%=number_with_delimiter(@note.lon) %>" data-status="<%= @note.status %>">
+  <div class="details" data-coordinates="<%= @note.lat %>,<%= @note.lon %>" data-status="<%= @note.status %>">
     <%= note_event('open', @note.created_at, @note.author) %>
     <% if @note.status == "closed" %>
       <br/>