1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00

Fix modmanager screenshot path

This commit is contained in:
BlockMen 2013-11-19 15:39:40 +01:00
parent 0930911efa
commit 0c8bf7cf94

View File

@ -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