diff --git a/app/Library/Purifier.php b/app/Library/Purifier.php index f2e571af..87589a5f 100644 --- a/app/Library/Purifier.php +++ b/app/Library/Purifier.php @@ -23,7 +23,6 @@ class Purifier */ protected $options = [ 'CSS.AllowedProperties' => 'color,font-size,text-align,background-color', - 'Core.EscapeNonASCIICharacters' => true, 'AutoFormat.AutoParagraph' => true, 'AutoFormat.RemoveEmpty' => true, 'HTML.TargetBlank' => true,