diff --git a/404.html b/404.html
index 9867938..d0dbe85 100644
--- a/404.html
+++ b/404.html
@@ -20,7 +20,7 @@
Page Not Found
diff --git a/images/appdata/cnc.png b/images/appdata/cnc.png
new file mode 100644
index 0000000..6927dba
Binary files /dev/null and b/images/appdata/cnc.png differ
diff --git a/images/appdata/d2k.png b/images/appdata/d2k.png
new file mode 100644
index 0000000..9956fbb
Binary files /dev/null and b/images/appdata/d2k.png differ
diff --git a/images/appdata/ingame-cnc.png b/images/appdata/ingame-cnc.png
new file mode 100644
index 0000000..a804004
Binary files /dev/null and b/images/appdata/ingame-cnc.png differ
diff --git a/images/appdata/ingame-d2k.png b/images/appdata/ingame-d2k.png
new file mode 100644
index 0000000..4724ead
Binary files /dev/null and b/images/appdata/ingame-d2k.png differ
diff --git a/images/appdata/ingame-ra.png b/images/appdata/ingame-ra.png
new file mode 100644
index 0000000..442b1d2
Binary files /dev/null and b/images/appdata/ingame-ra.png differ
diff --git a/images/appdata/modchooser.png b/images/appdata/modchooser.png
new file mode 100644
index 0000000..75883c4
Binary files /dev/null and b/images/appdata/modchooser.png differ
diff --git a/images/appdata/multiplayer.png b/images/appdata/multiplayer.png
new file mode 100644
index 0000000..acc7769
Binary files /dev/null and b/images/appdata/multiplayer.png differ
diff --git a/images/appdata/ra.png b/images/appdata/ra.png
new file mode 100644
index 0000000..7f7bb72
Binary files /dev/null and b/images/appdata/ra.png differ
diff --git a/scripts/server-browser.js b/scripts/server-browser.js
index 587298d..98ba0fb 100644
--- a/scripts/server-browser.js
+++ b/scripts/server-browser.js
@@ -242,17 +242,17 @@ ServerBrowser.prototype.renderServerListing = function renderServerListing (serv
if (serverResult.spectators) {
$players.append('+'
+ serverResult.spectators
- + ''
+ + ''
+ '');
}
$serverListing.prop('data-id', serverResult.id);
$('.servers__listing__name', $serverListing).text(serverResult.name);
if (serverResult.protected) {
- $('.servers__listing__name', $serverListing).prepend('');
+ $('.servers__listing__name', $serverListing).prepend('');
}
if (serverResult.authentication) {
- $('.servers__listing__name', $serverListing).prepend('');
+ $('.servers__listing__name', $serverListing).prepend('');
}
$('.servers__listing__status', $serverListing).append($statusBadge);
$('.servers__listing__players', $serverListing).prepend($players);
@@ -329,7 +329,7 @@ ServerBrowser.prototype.renderServerListingTooltip = function renderServerListin
const $spectatorSubHead = $('' +
'Spectators' +
'' +
' |
');
$clients.push($spectatorSubHead);