diff --git a/html/user/server_status.php b/html/user/server_status.php index 483d63e4ae5..928c66b381b 100644 --- a/html/user/server_status.php +++ b/html/user/server_status.php @@ -189,7 +189,7 @@ function show_status_html($x) { global $server_version; global $git_commit; if ( isset($server_version) && isset($git_commit) ) { - echo "Server version: $server_version ($git_commit))
"; + echo "Server version: $server_version ($git_commit)
"; } if ($j->db_revision) {