Masterserver bugfix
authorproller <proller@github.com>
Sun, 4 Aug 2013 19:45:03 +0000 (23:45 +0400)
committerproller <proller@github.com>
Sun, 4 Aug 2013 19:46:03 +0000 (23:46 +0400)
util/master/list.js

index f428a1cd16b7276d92321ad24f2135ee73a1fbf1..1c9547fbdf2daa113c068832f1d784a7869533c1 100644 (file)
@@ -53,7 +53,7 @@ function success(r) {
         if (s.mods && jQuery.isArray(s.mods)) {
             mods = s.mods.length;
         }
-        h += '<td class="mts_version' + (mods ? ' mts_ismods' : '') + '">' + e(s.version) + ' ' + e(s.gameid) ' ' + e(s.mapgen);
+        h += '<td class="mts_version' + (mods ? ' mts_ismods' : '') + '">' + e(s.version) + ' ' + e(s.gameid) ' ' + e(s.mapgen);
         if (mods) {
             h += '<div class="mts_mods">Mods ('+mods+'):<br/>';
             for (m in s.mods) {