Skip to content

Commit

Permalink
Removed surplus bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
lfield authored Nov 16, 2018
1 parent 4d78db6 commit a7459e3
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 a7459e3

Please # to comment.