diff --git a/library/includes/functions.php b/library/includes/functions.php index dc9a56b92..b9f7fc91f 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -1237,7 +1237,7 @@ function get_user_torrent_client(string $peerId): mixed } if (!empty($bestMatch)) { - return '' . $bestMatch . ''; + return '' . $bestMatch . ''; } return $peerId;