Escape creative search field

This commit is contained in:
Wuzzy 2017-01-24 21:23:30 +01:00
parent 53802c3da2
commit bc9bbdd399
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ crafting.set_creative_formspec = function(player, start_i, pagenum, show, page,
if filter == nil then
filter = ""
end
formspec = formspec .. "field[5.3,1.3;4,0.75;suche;;"..filter.."]"
formspec = formspec .. "field[5.3,1.3;4,0.75;suche;;"..minetest.formspec_escape(filter).."]"
formspec = formspec .. "field_close_on_enter[suche;false]"
end
if pagenum ~= nil then formspec = formspec .. "p"..tostring(pagenum) end