diff options
Diffstat (limited to 'app/views/enumerations/list.rhtml')
-rw-r--r-- | app/views/enumerations/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/enumerations/list.rhtml b/app/views/enumerations/list.rhtml index 2e069f392..9de9bf37c 100644 --- a/app/views/enumerations/list.rhtml +++ b/app/views/enumerations/list.rhtml @@ -25,4 +25,4 @@ <p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option } %></p> <% end %> -<% set_html_title(l(:label_enumerations)) -%> +<% html_title(l(:label_enumerations)) -%> |