diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Utils/Error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Error.php b/src/Utils/Error.php index a9c0814..f0ad5af 100644 --- a/src/Utils/Error.php +++ b/src/Utils/Error.php @@ -90,7 +90,7 @@ class Error ++$i, $err[0], $err[1], - $err[2], + htmlspecialchars($err[2]), $err[3] ); } |