diff --git a/www/errorreport.php b/www/errorreport.php index f04eb9eacbd4307a581a693a9f1ad883eaaf1ba4..4ffe52452765c566be4f4422d3da2bec0e804046 100644 --- a/www/errorreport.php +++ b/www/errorreport.php @@ -82,7 +82,7 @@ $message = <<<MESSAGE MESSAGE; $message = sprintf( $message, - htmlspecialchars($text), + $text, $data['exceptionMsg'], $data['exceptionTrace'], $data['url'],