From: BlockMen Date: Tue, 19 Nov 2013 14:39:40 +0000 (+0100) Subject: Fix modmanager screenshot path X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=0c8bf7cf949d56571e327a0c62b2e5564fb2d796;p=zefram%2Fminetest%2Fminetest_engine.git Fix modmanager screenshot path --- diff --git a/builtin/modmgr.lua b/builtin/modmgr.lua index 490336f0..611032d4 100644 --- a/builtin/modmgr.lua +++ b/builtin/modmgr.lua @@ -267,7 +267,7 @@ function modmgr.tab() end retval = retval - .. "image[5.5,0;3,2;" .. modscreenshot .. "]" + .. "image[5.5,0;3,2;" .. engine.formspec_escape(modscreenshot) .. "]" .. "label[8.25,0.6;" .. selected_mod.name .. "]" local descriptionlines = nil