Skip to content
Snippets Groups Projects
Unverified Commit 180fe9d5 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

added « : ; » to allowed special chars

parent c09f7741
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment