liquid_feedback_frontend

changeset 1750:d15767492064

Add newline between description and answers
author bsw
date Mon Oct 11 11:03:04 2021 +0200 (2021-10-11)
parents c723f01a092f
children ddbd46a34b6a 85ee2f4ca9f2
files app/main/survey/participate.lua
line diff
     1.1 --- a/app/main/survey/participate.lua	Mon Oct 11 10:58:53 2021 +0200
     1.2 +++ b/app/main/survey/participate.lua	Mon Oct 11 11:03:04 2021 +0200
     1.3 @@ -53,6 +53,7 @@
     1.4          else
     1.5            if question.description then
     1.6              ui.container{ content = question.description }
     1.7 +            slot.put("<br>")
     1.8            end
     1.9            ui.form{
    1.10              module = "survey", action = "answer",

Impressum / About Us