diff options
author | francis <francis> | 2009-07-01 17:54:19 +0000 |
---|---|---|
committer | francis <francis> | 2009-07-01 17:54:19 +0000 |
commit | 59913296c3b5f443e3948ca5fcd0535337b82e8a (patch) | |
tree | c3fa5cf57804e066912e1e73972c63067c86f3f1 | |
parent | e22485d6d3969d1f078b037b170ec009f33dc58c (diff) |
Improve title on public authority pages
-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> |