Skip to content

Commit

Permalink
Merge pull request #2829 from BOINC/lfield-patch-3
Browse files Browse the repository at this point in the history
Removed surplus bracket
  • Loading branch information
AenBleidd authored Nov 16, 2018
2 parents 4d78db6 + a7459e3 commit 48cbb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/user/server_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<a href=https://github.com/BOINC/boinc/commit/$git_commit>$git_commit)</a>)<br>";
echo "Server version: $server_version (<a href=https://github.com/BOINC/boinc/commit/$git_commit>$git_commit</a>)<br>";
}

if ($j->db_revision) {
Expand Down

0 comments on commit 48cbb8f

Please sign in to comment.