Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5605'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Feb 5, 2025
2 parents 992755c + abcd228 commit 51dab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div>
<h4><%= t(".description") %></h4>
<div class="overflow-hidden ms-2">
<%= h(note_description(@note.author, @note.description).to_html) %>
<%= note_description(@note.author, @note.description).to_html %>
</div>

<div class="details" data-coordinates="<%= @note.lat %>,<%= @note.lon %>" data-status="<%= @note.status %>">
Expand Down

0 comments on commit 51dab65

Please sign in to comment.