# HG changeset patch # User bsw # Date 1633942984 -7200 # Node ID d15767492064e011dcda10911c31c6f925bb6b74 # Parent c723f01a092f0863cbc6ad5acdd00d73b40b0a47 Add newline between description and answers diff -r c723f01a092f -r d15767492064 app/main/survey/participate.lua --- a/app/main/survey/participate.lua Mon Oct 11 10:58:53 2021 +0200 +++ b/app/main/survey/participate.lua Mon Oct 11 11:03:04 2021 +0200 @@ -53,6 +53,7 @@ else if question.description then ui.container{ content = question.description } + slot.put("
") end ui.form{ module = "survey", action = "answer",