diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 45fde9efc..52ff49ef7 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -36,7 +36,6 @@ module ApplicationHelper return string unless string CGI.unescapeHTML(string) - # string.gsub(/[^a-zA-Z0-9\s\-_'&]/, "").tr("'", "’").tr("&", "&") end private