diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-07 08:32:30 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-07 08:32:30 +1100 |
commit | ca20ef1eb17818c78fb690c92a725e2013ef1a9f (patch) | |
tree | 854e2b527851ec51db327984dad8e213150df583 | |
parent | 39f74e92f0785eb3da2001d93682b8d1aadd35d5 (diff) |
Fix email link on contact page after escaping changes
-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 cf90f45bb..1509c1c36 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] |