Calling make_jumpbox() where it needed (#1091)

This commit is contained in:
Roman Kelesidis 2023-11-13 15:59:30 +07:00 committed by GitHub
commit 47a776c31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -1237,7 +1237,7 @@ function get_user_torrent_client(string $peerId): mixed
}
if (!empty($bestMatch)) {
return '<img width="auto" height="auto" style="display:inline!important;vertical-align:middle" src="' . FULL_URL . 'styles/images/clients/'. $bestMatch . $iconExtension . '" alt="' . $bestMatch . '" title="' . $peerId . '">';
return '<img width="auto" height="auto" style="display:inline!important;vertical-align:middle" src="' . FULL_URL . 'styles/images/clients/' . $bestMatch . $iconExtension . '" alt="' . $bestMatch . '" title="' . $peerId . '">';
}
return $peerId;