Replace deprecated method

This commit is contained in:
James Cole 2022-03-29 17:01:05 +02:00
parent cf4c1d8089
commit 3df8c4ff75
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -195,7 +195,7 @@ class General extends AbstractExtension
]
);
return (string) $converter->convertToHtml($text);
return (string) $converter->convert($text);
}, ['is_safe' => ['html']]
);
}