diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-07 18:47:31 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-07 18:47:31 +0000 |
commit | e59db12e656dafec23f12381aaaa25cfd76ffe70 (patch) | |
tree | 445c8c6d066b9bf8b3386a77185c21b31bc3fc69 | |
parent | c2f431b7160b898111c4f2f3b7cba6d4513bc3b5 (diff) | |
parent | ca20ef1eb17818c78fb690c92a725e2013ef1a9f (diff) |
Merge remote-tracking branch 'openaustralia_github/email_fix_on_contact_page' into develop
-rw-r--r-- | app/controllers/help_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index d13b2655f..573abac63 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -19,7 +19,6 @@ class HelpController < ApplicationController def contact @contact_email = Configuration::contact_email - @contact_email = @contact_email.gsub(/@/, "@") # if they clicked remove for link to request/body, remove it if params[:remove] |