mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Calling make_jumpbox() where it needed (#1091)
This commit is contained in:
parent
2119dfea13
commit
47a776c31d
4 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue