Commit e1be5126ffc437b254f2b5fbb268cd4ee43eb3a6

Authored by Antonio Terceiro
1 parent 42a087e6

ActionItem890: forgot to close the tag

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/access_denied.rhtml
... ... @@ -6,7 +6,7 @@
6 6 <p><%= @message %></p>
7 7 <% else %>
8 8 <p><%= _('You are not allowed to view this page.') %></p>
9   - <p><%= _("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.") %>
  9 + <p><%= _("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.") %></p>
10 10 <% end %>
11 11  
12 12 <ul>
... ...