diff --git a/src/functions.php b/src/functions.php index c903ff0..a09cd99 100644 --- a/src/functions.php +++ b/src/functions.php @@ -90,7 +90,7 @@ function error($code,$message){ die; case 500: header ("HTTP/1.0 500 Internal Server Error"); - echo '
'.$message.'
'; + echo ''.$message.'
'; die; default: