Skip to content

Commit 0c8bf7c

Browse files
committedNov 19, 2013
Fix modmanager screenshot path
1 parent 0930911 commit 0c8bf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/modmgr.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function modmgr.tab()
267267
end
268268

269269
retval = retval
270-
.. "image[5.5,0;3,2;" .. modscreenshot .. "]"
270+
.. "image[5.5,0;3,2;" .. engine.formspec_escape(modscreenshot) .. "]"
271271
.. "label[8.25,0.6;" .. selected_mod.name .. "]"
272272

273273
local descriptionlines = nil

0 commit comments

Comments
 (0)
Please sign in to comment.