diff --git a/system/functions.php b/system/functions.php index 16984bd4..da7b0988 100644 --- a/system/functions.php +++ b/system/functions.php @@ -1411,13 +1411,13 @@ function getPlayerNameById($id) function echo_success($message) { - echo '
' . $message . '
'; + echo '
' . $message . '
'; } function echo_error($message) { global $error; - echo '
' . $message . '
'; + echo '
' . $message . '
'; $error = true; }