diff --git a/src/Presentation/Component/Property/Value/TextValue.php b/src/Presentation/Component/Property/Value/TextValue.php index abd2ed57..99d2b9ca 100644 --- a/src/Presentation/Component/Property/Value/TextValue.php +++ b/src/Presentation/Component/Property/Value/TextValue.php @@ -26,6 +26,7 @@ class TextValue extends Value ';' => '\\;', ',' => '\\,', "\n" => '\\n', + '\\\\n' => '\\n', ]; /**