Add some missing _html suffixes
This commit is contained in:
parent
a570f59187
commit
5a668bfbe4
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue