diff --git a/library/includes/functions.php b/library/includes/functions.php
index 002703d0d..37df2fce7 100644
--- a/library/includes/functions.php
+++ b/library/includes/functions.php
@@ -1252,7 +1252,7 @@ function get_user_torrent_client(string $peer_id): mixed
}
if (!empty($bestMatch)) {
- return '
';
+ return '
';
}
return $peer_id;
@@ -1513,6 +1513,7 @@ function render_flag($code) {
'WS' => 'Samoa',
'XK' => 'Kosovo',
'YE' => 'Yemen',
+ 'YU' => 'Yugoslavia',
'YT' => 'Mayotte',
'ZA' => 'South Africa',
'ZM' => 'Zambia',
diff --git a/styles/images/flags/YU.svg b/styles/images/flags/YU.svg
new file mode 100644
index 000000000..a27b1056e
--- /dev/null
+++ b/styles/images/flags/YU.svg
@@ -0,0 +1,6 @@
+
diff --git a/styles/templates/default/css/main_content.css b/styles/templates/default/css/main_content.css
index 995c22a1f..bfefe9dad 100644
--- a/styles/templates/default/css/main_content.css
+++ b/styles/templates/default/css/main_content.css
@@ -610,6 +610,13 @@ table.peers td {
border: 1px #A5AFB4 solid;
}
+.clients {
+ width: auto;
+ height: auto;
+ display: inline!important;
+ vertical-align:middle;
+}
+
.dl_list {
}