diff --git a/html/inc/xml.inc b/html/inc/xml.inc
index 50233835d0..624cd9141f 100644
--- a/html/inc/xml.inc
+++ b/html/inc/xml.inc
@@ -36,7 +36,7 @@ function error_handler($errno, $errstr, $errfile, $errline) {
if ($errno == E_WARNING) $errno = "Warning";
if ($errno == E_NOTICE) $errno = "Notice";
echo "
- $errstr
+
$errno
$errfile
$errline