projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714a8ce
)
Masterserver bugfix
author
proller
<proller@github.com>
Sun, 4 Aug 2013 19:45:03 +0000
(23:45 +0400)
committer
proller
<proller@github.com>
Sun, 4 Aug 2013 19:46:03 +0000
(23:46 +0400)
util/master/list.js
patch
|
blob
|
history
diff --git
a/util/master/list.js
b/util/master/list.js
index f428a1cd16b7276d92321ad24f2135ee73a1fbf1..1c9547fbdf2daa113c068832f1d784a7869533c1 100644
(file)
--- a/
util/master/list.js
+++ b/
util/master/list.js
@@
-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) {