diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-07 14:31:16 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-07 14:31:16 +0100 |
commit | 8f9c448cc106c13b23f0b7db2fe846fc2eae109b (patch) | |
tree | af2778ef151094b81546ba7bd31d3c7be79f4fbe | |
parent | 1901795f053fc3f006f164b4ccc9e4dc660d81cb (diff) |
Add missing </p>
-rw-r--r-- | app/views/request/_sidebar.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index 956b3988b..2534190f0 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -11,7 +11,7 @@ <% if @info_request.attention_requested %> <p><%= ('The site administrators have reviewed this request and consider it to be suitable for the website.') %></p> <% else %> - <p><%= _('Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href="/help/about">read more</a>).') %> + <p><%= _('Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href="/help/about">read more</a>).') %></p> <p><%= ('If you believe this request is not suitable, you can report it for attention by the site administrators') %></p> <%= link_to _("Report this request"), report_path, :class => "link_button_green", :method => "POST" %> <% end %> |