mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Main menu: formspec escape world name (#15064)
This commit is contained in:
parent
bd25a06f44
commit
f79a51c265
@ -126,7 +126,7 @@ local function get_formspec(data)
|
||||
local retval =
|
||||
"size[11.5,7.5,true]" ..
|
||||
"label[0.5,0;" .. fgettext("World:") .. "]" ..
|
||||
"label[1.75,0;" .. data.worldspec.name .. "]"
|
||||
"label[1.75,0;" .. core.formspec_escape(data.worldspec.name) .. "]"
|
||||
|
||||
if mod.is_modpack or mod.type == "game" then
|
||||
local info = core.formspec_escape(
|
||||
|
Loading…
Reference in New Issue
Block a user