From 180fe9d5da503643bf79111fb74f248d5bc32cea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Fri, 17 Dec 2021 11:09:53 +0100
Subject: [PATCH] =?UTF-8?q?added=20=C2=AB=20:=20;=20=C2=BB=20to=20allowed?=
 =?UTF-8?q?=20special=20chars?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/application.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/application.rb b/config/application.rb
index c493e143e..798137adb 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -59,7 +59,7 @@ module Osuny
       "name", "sizes", "src", "srcset", "style", "target", "title", "type", "width", "xml:lang"
     ]
 
-    config.allowed_special_chars = '#?!,@$%^&*+£µ-'
+    config.allowed_special_chars = '#?!,@$%^&*+£µ-:;'
 
     config.generators do |g|
       g.orm :active_record, primary_key_type: :uuid
-- 
GitLab