This commit is contained in:
grandeljay 2022-08-11 14:59:35 +02:00
parent f12c4f6b8c
commit 2845edf504

View file

@ -4,7 +4,8 @@ namespace wishthis;
class Sanitiser
{
public static function render(string $text): string {
public static function render(string $text): string
{
return html_entity_decode($text);
}