diff options
-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 4c9df8646..2db40a270 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -1,4 +1,4 @@ -<% @title = "Information freed from '" + h(@public_body.name) + "'" %> +<% @title = h(@public_body.name) + " - view and make Freedom of Information requests" %> <div id="request_sidebar"> <h2>Track this authority</h2> |