diff options
Diffstat (limited to 'app/views/public_body/show.rhtml')
-rw-r--r-- | app/views/public_body/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index 92f07ef1c..1151b9966 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -91,7 +91,7 @@ <%= will_paginate WillPaginate::Collection.new(@page, @per_page, @public_body.info_requests.size) %> <% if @xapian_requests.results.empty? %> - <p><% _('There were no requests matching your query.')</p> + <p><% _('There were no requests matching your query.') %></p> <% else %> <p> <%= _('Only requests made using {{site_name}} are shown.', :site_name => site_name) %></p> <% end %> |