diff --git a/src/Twig/AppExtension.php b/src/Twig/AppExtension.php index a8a6c11..0f6f3fc 100644 --- a/src/Twig/AppExtension.php +++ b/src/Twig/AppExtension.php @@ -185,8 +185,8 @@ class AppExtension extends AbstractExtension $text ); - // @TODO no idea - $text = str_replace('"', '"', $text); + // @TODO no idea, no raw + $text = html_entity_decode($text); return $text; }