From e1be5126ffc437b254f2b5fbb268cd4ee43eb3a6 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 26 Jan 2009 14:58:14 -0300 Subject: [PATCH] ActionItem890: forgot to close the tag --- app/views/shared/access_denied.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/access_denied.rhtml b/app/views/shared/access_denied.rhtml index e88b557..97d1647 100644 --- a/app/views/shared/access_denied.rhtml +++ b/app/views/shared/access_denied.rhtml @@ -6,7 +6,7 @@

<%= @message %>

<% else %>

<%= _('You are not allowed to view this page.') %>

-

<%= _("If you are supposed to have access to this area, you'll probably want to talk to the people responsible and ask them to give you access.") %> +

<%= _("If you are supposed to have access to this area, you'll probably want to talk to the people responsible and ask them to give you access.") %>

<% end %>