There was an error while loading. Please reload this page.
2 parents 6afaf19 + dd09f59 commit ea74425Copy full SHA for ea74425
1 file changed
src/Formatter/AbstractFormatter.php
@@ -22,7 +22,7 @@ public function __construct()
22
23
public function getHtml(mixed $value): string
24
{
25
- return $this->getString($value);
+ return $this->escapeHTML($this->getString($value));
26
}
27
28
/**
0 commit comments