Fix code indentation and add table caption

This commit is contained in:
Marcus Kammer 2024-06-22 16:01:59 +02:00
parent 46f52159bf
commit b39855393d
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -14,6 +14,7 @@
(:h2 "Questionnaire Results")
(let ((count-answers (length (car results))))
(:table :class "table table-hover"
(:caption "Questionnaire results table")
(:thead
(:tr
(loop for i from 1 to count-answers do