Skip to content

Commit

Permalink
Content store: Fix missing screenshot in package view dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
random-geek authored and rubenwardy committed Dec 10, 2018
1 parent afaf7b9 commit 98fa8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/dlg_contentstore.lua
Expand Up @@ -209,7 +209,7 @@ function package_dialog.get_formspec()

local formspec = {
"size[9,4;true]",
"image[0,1;4.5,3;", get_screenshot(package), ']',
"image[0,1;4.5,3;", core.formspec_escape(get_screenshot(package)), ']',
"label[3.8,1;",
minetest.colorize(mt_color_green, core.formspec_escape(package.title)), "\n",
minetest.colorize('#BFBFBF', "by " .. core.formspec_escape(package.author)), "]",
Expand Down

0 comments on commit 98fa8a1

Please sign in to comment.