Add some missing _html suffixes

This commit is contained in:
Tom Hughes 2020-01-05 19:01:54 +00:00
parent a570f59187
commit 5a668bfbe4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<% set_title(t("browse.#{@type}.title", :name => printable_name(@feature))) %>
<% set_title(t("browse.#{@type}.title_html", :name => printable_name(@feature))) %>
<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>

View file

@ -1,4 +1,4 @@
<% set_title(t("browse.#{@type}.history_title", :name => printable_name(@feature))) %>
<% set_title(t("browse.#{@type}.history_title_html", :name => printable_name(@feature))) %>
<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>