diff --git a/system/functions.php b/system/functions.php index bb8b018d..37f241bc 100644 --- a/system/functions.php +++ b/system/functions.php @@ -1451,7 +1451,7 @@ function echo_success($message) function echo_error($message) { global $error; - echo '
' . $message . '
'; + echo '
' . $message . '
'; $error = true; }