]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/history.html.erb
Use _html suffix to avoid using raw when displaying translated strings
[rails.git] / app / views / browse / history.html.erb
index 0a2c1811c0d72c64465a163f2570c43ac17c9388..95b3fd3173752eb438eed3a9318148a44c744c3c 100644 (file)
@@ -2,7 +2,7 @@
 
 <h2>
   <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
-  <%= raw t("browse.#{@type}.history_title", :name => printable_name(@feature)) %>
+  <%= t("browse.#{@type}.history_title_html", :name => printable_name(@feature)) %>
 </h2>
 
 <%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %>