]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/note.html.erb
Merge remote-tracking branch 'upstream/pull/2190'
[rails.git] / app / views / browse / note.html.erb
index 75d85ae0488b5f11c497a162cb1fd6c7c9456ec6..c7989d789a8991e82aba1af6745dac89d77ce373 100644 (file)
@@ -14,7 +14,7 @@
   <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/>
+      <br />
       <%= note_event(@note.status, @note.closed_at, @note_comments.last.author) %>
     <% end %>
   </div>