diff options
Diffstat (limited to 'app/views/request/upload_response.rhtml')
-rw-r--r-- | app/views/request/upload_response.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/request/upload_response.rhtml b/app/views/request/upload_response.rhtml index e8b9ec150..f9f818e86 100644 --- a/app/views/request/upload_response.rhtml +++ b/app/views/request/upload_response.rhtml @@ -12,7 +12,7 @@ <h1><%= _('Respond to the FOI request')%> '<%=request_link(@info_request)%>'<% _(' made by ')%><%=user_link(@info_request.user) %></h1> <p> - <%= _('Your response will <strong>appear on the Internet</strong>, <a href="{{url}}">read why</a> and answers to other questions.', :url => help_officers_path.html_safe) %> + <%= raw(_('Your response will <strong>appear on the Internet</strong>, <a href="{{url}}">read why</a> and answers to other questions.', :url => help_officers_path.html_safe)) %> </p> <h2><%= _('Respond by email')%></h2> @@ -27,8 +27,8 @@ <h2><%= _('Respond using the web')%></h2> - <p><%= _('Enter your response below. You may attach one file (use email, or - <a href="{{url}}">contact us</a> if you need more).', :url => help_contact_path.html_safe) %></p> + <p><%= raw(_('Enter your response below. You may attach one file (use email, or + <a href="{{url}}">contact us</a> if you need more).', :url => help_contact_path.html_safe)) %></p> <% form_tag '', :id => 'upload_response_form', :multipart => true do %> <p> |