diff options
-rw-r--r-- | app/views/request/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 7c3f79368..1993ee6b2 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -1,4 +1,4 @@ -<% @title = h(@info_request.title) %> +<% @title = "#{h(@info_request.title)} - a Freedom of Information request to #{h(@info_request.public_body.name)}" %> <% if @info_request.prominence == 'hidden' %> <p id="hidden_request"> @@ -23,7 +23,7 @@ <%= render :partial => 'sidebar' %> <div id="request_main"> - <h1><%=@title%></h1> + <h1><%=h(@info_request.title)%></h1> <% if @info_request.user.profile_photo %> <p class="user_photo_on_request"> |