]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Don't escape HTML in the message shown to anonymous users
[rails.git] / app / views / user / account.html.erb
index 0da8b2530d30edf82979e0ac6ed61dbdf80e9963..988cd9121d2981ffff9d5f470163070a9a29aa15 100644 (file)
 <% unless @user.data_public? %>
 <a name="public"></a>
 <h2><%= t 'user.account.public editing note.heading' %></h2>
-<%= t 'user.account.public editing note.text' %>
+<%= raw t 'user.account.public editing note.text' %>
   <%= button_to t('user.account.make edits public button'), :action => :go_public %>
 <% end %>
 <br/>