Fix code indentation and add table caption
This commit is contained in:
parent
46f52159bf
commit
b39855393d
1 changed files with 18 additions and 17 deletions
|
@ -14,6 +14,7 @@
|
||||||
(:h2 "Questionnaire Results")
|
(:h2 "Questionnaire Results")
|
||||||
(let ((count-answers (length (car results))))
|
(let ((count-answers (length (car results))))
|
||||||
(:table :class "table table-hover"
|
(:table :class "table table-hover"
|
||||||
|
(:caption "Questionnaire results table")
|
||||||
(:thead
|
(:thead
|
||||||
(:tr
|
(:tr
|
||||||
(loop for i from 1 to count-answers do
|
(loop for i from 1 to count-answers do
|
||||||
|
|
Loading…
Add table
Reference in a new issue