Masterserver bugfix
[oweals/minetest.git] / 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) {