liquid_feedback_frontend

changeset 1745:49cb472e12d5

Fixed syntax error
author bsw
date Mon Oct 11 10:49:12 2021 +0200 (2021-10-11)
parents f5c41bffb3ff
children c7dbb36ce1e0
files app/main/survey/participate.lua
line diff
     1.1 --- a/app/main/survey/participate.lua	Mon Oct 11 10:48:00 2021 +0200
     1.2 +++ b/app/main/survey/participate.lua	Mon Oct 11 10:49:12 2021 +0200
     1.3 @@ -83,6 +83,7 @@
     1.4                        end
     1.5                      }
     1.6                    end }
     1.7 +                end
     1.8  
     1.9                elseif question.answer_type == "checkbox" then
    1.10                  for i, answer_option in ipairs(question.answer_options) do
    1.11 @@ -111,18 +112,18 @@
    1.12                      }
    1.13                    end }
    1.14                  end
    1.15 +              end
    1.16  
    1.17 -                slot.put("<br>")
    1.18 -                ui.tag{
    1.19 -                  tag = "input",
    1.20 -                  attr = {
    1.21 -                    type = "submit",
    1.22 -                    class = "mdl-button mdl-js-button mdl-button--raised mdl-button--colored",
    1.23 -                    value = _"Next step"
    1.24 -                  },
    1.25 -                  content = ""
    1.26 -                }
    1.27 -              end
    1.28 +              slot.put("<br>")
    1.29 +              ui.tag{
    1.30 +                tag = "input",
    1.31 +                attr = {
    1.32 +                  type = "submit",
    1.33 +                  class = "mdl-button mdl-js-button mdl-button--raised mdl-button--colored",
    1.34 +                  value = _"Next step"
    1.35 +                },
    1.36 +                content = ""
    1.37 +              }
    1.38              end
    1.39            }
    1.40          end

Impressum / About Us