]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/account.html.erb
Use _html suffix to avoid using raw when displaying translated strings
[rails.git] / app / views / users / account.html.erb
index 7fd6929caf964b5f3bfa4a043688198635f93ddb..4021e5c084114c180b3897b0608c12fe386b75be 100644 (file)
 <% unless current_user.data_public? %>
 <a name="public"></a>
 <h2><%= t ".public editing note.heading" %></h2>
-<%= raw t ".public editing note.text" %>
+<%= t ".public editing note.html" %>
   <%= button_to t(".make edits public button"), :action => :go_public %>
 <% end %>