From 9a2f83a6229bd65d336608f63c1ceebc7c46ceb6 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:53:26 +0100 Subject: [PATCH] Revert "Fix lint" This reverts commit 64baf6de --- app/helpers/application_helper.rb | 1 - 1 file changed, 1 deletion(-) 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