remove extra filter

This commit is contained in:
ghost 2024-02-13 23:39:09 +02:00
parent 40f88e4a94
commit b79a6be977

View File

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