Skip to content

Commit

Permalink
Fix modmanager screenshot path
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen committed Nov 19, 2013
1 parent 0930911 commit 0c8bf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/modmgr.lua
Expand Up @@ -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
Expand Down

0 comments on commit 0c8bf7c

Please sign in to comment.