summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--builtin/modmgr.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/modmgr.lua b/builtin/modmgr.lua
index 490336f06..611032d4a 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