mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#988)
This commit is contained in:
parent
d45e9e2473
commit
8fa4758ebe
5 changed files with 7 additions and 8 deletions
|
@ -1232,7 +1232,7 @@ function get_user_torrent_client(string $peer_id): mixed
|
|||
}
|
||||
|
||||
if (!empty($bestMatch)) {
|
||||
return '<img width="auto" height="auto" style="display:inline!important;vertical-align:middle" src="/styles/images/clients/'. $bestMatch .'.png" alt="' . $bestMatch . '" title="' . $peer_id . '">';
|
||||
return '<img width="auto" height="auto" style="display:inline!important;vertical-align:middle" src="/styles/images/clients/' . $bestMatch . '.png" alt="' . $bestMatch . '" title="' . $peer_id . '">';
|
||||
} else {
|
||||
return $peer_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue