# HG changeset patch # User bsw # Date 1533741425 -7200 # Node ID 8660219073923fc16302c09f0c4718693551e99f # Parent 18459491a4dc421e34c0e6680b24bfc28c5132c8 Added whitespace after file upload label diff -r 18459491a4dc -r 866021907392 app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Wed Aug 08 17:16:23 2018 +0200 +++ b/app/main/registration/_register_form.lua Wed Aug 08 17:17:05 2018 +0200 @@ -89,6 +89,7 @@ elseif field.type == "image" then ui.tag{ tag = "label", content = field.label } + slot.put(" ") ui.tag{ tag = "input", attr = { type = "file", name = "verification_data_" .. field.name } } if field.optional_checkbox then ui.container{ content = function()