fix double quot rendering

This commit is contained in:
ghost 2023-12-22 14:36:43 +02:00
parent f8ce625877
commit 905b601574

View File

@ -185,6 +185,9 @@ class AppExtension extends AbstractExtension
$text
);
// @TODO no idea
$text = str_replace('"', '"', $text);
return $text;
}