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