diff options
Diffstat (limited to 'app/views/body/show.rhtml')
-rw-r--r-- | app/views/body/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/body/show.rhtml b/app/views/body/show.rhtml index 7fcbcf27b..5d5c15cea 100644 --- a/app/views/body/show.rhtml +++ b/app/views/body/show.rhtml @@ -1,6 +1,6 @@ -<% @title = h(@public_body.name) %> +<% @title = "Information freed from '" + h(@public_body.name) + "'" %> -<h1><%=@title%></h1> +<h1><%=h(@public_body.name)%></h1> <p class="subtitle"> <%=@public_body.type_of_authority.capitalize%> in the UK<% if not @public_body.short_name.empty? %>, also called <%= h(@public_body.short_name) %><% end %> |