diff --git a/templates/question-checkbox.html b/templates/question-checkbox.html index b86ce5c..f652818 100644 --- a/templates/question-checkbox.html +++ b/templates/question-checkbox.html @@ -7,9 +7,10 @@ {% for n,opt in enumerate(question['options']) %} - {{ opt }} + {% end %} + {% end %} \ No newline at end of file diff --git a/templates/question-radio.html b/templates/question-radio.html index 70440bf..f74d5db 100644 --- a/templates/question-radio.html +++ b/templates/question-radio.html @@ -7,9 +7,10 @@ {% for n,opt in enumerate(question['options']) %} - {{ md(opt) }} + {% end %} + {% end %} \ No newline at end of file diff --git a/templates/question-text.html b/templates/question-text.html index 5c4e460..212217a 100644 --- a/templates/question-text.html +++ b/templates/question-text.html @@ -4,4 +4,5 @@
+ {% end %} \ No newline at end of file -- libgit2 0.21.2