diff options
author | francis <francis> | 2008-04-18 09:44:10 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-18 09:44:10 +0000 |
commit | 269a43249ca031b2710d90d90be20ce8aa1ba25a (patch) | |
tree | c7fbce9054dab3b74e6a7e9b5a45978e2faa0017 | |
parent | eea499f3dab9eae66080e20b89ab4f129d1ccf64 (diff) |
Make sure there isn't a full stop immediately after our email, in case some mail clients include it in the address
-rw-r--r-- | app/views/request_mailer/initial_request.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request_mailer/initial_request.rhtml b/app/views/request_mailer/initial_request.rhtml index d96e6e8aa..afcb84e35 100644 --- a/app/views/request_mailer/initial_request.rhtml +++ b/app/views/request_mailer/initial_request.rhtml @@ -3,6 +3,6 @@ ------------------------------------------------------------------- Is <%= @info_request.public_body.request_email%> the wrong address for Freedom of Information requests to <%= @info_request.public_body.name%>? If so please -let us know by emailing <%=@contact_email%>. We'll make sure future ones go to +let us know by emailing <%=@contact_email%> - we'll make sure future ones go to the right place. ------------------------------------------------------------------- |