diff options
Diffstat (limited to 'app/views/common/404.rhtml')
-rw-r--r-- | app/views/common/404.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/404.rhtml b/app/views/common/404.rhtml index 080b04842..753e716c6 100644 --- a/app/views/common/404.rhtml +++ b/app/views/common/404.rhtml @@ -3,4 +3,4 @@ <p><%= l(:notice_file_not_found) %></p> <p><a href="javascript:history.back()">Back</a></p> -<% set_html_title '404' %> +<% html_title '404' %> |