Formspec escape fixed seen in world creation menu

This commit is contained in:
ShadowNinja 2014-08-05 15:37:53 -04:00 committed by Nils Dagsson Moskopp
parent b0be73b638
commit 3637581db5
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ local function create_world_formspec(dialogdata)
end
end
current_seed = core.formspec_escape(current_seed)
local retval =
"size[12,6,true]" ..
"label[2,0;" .. fgettext("World name") .. "]"..