diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index 13859ee55b..e1e53b521f 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -195,7 +195,7 @@ class General extends AbstractExtension ] ); - return (string) $converter->convertToHtml($text); + return (string) $converter->convert($text); }, ['is_safe' => ['html']] ); }