From 3515a6f197c255db1cc441b1d2b9f059c88bc6ff Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 18 Oct 2022 01:11:08 +0800 Subject: [PATCH] Style: use h6 for survey page description --- app/resources/surveys/views/survey.jl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/surveys/views/survey.jl.html b/app/resources/surveys/views/survey.jl.html index fde89da..24b3b88 100644 --- a/app/resources/surveys/views/survey.jl.html +++ b/app/resources/surveys/views/survey.jl.html @@ -32,7 +32,7 @@

$(survey[page].label)

<% end %> <% if !isnothing(survey[page].description) %> -

$(survey[page].description)

+
$(survey[page].description)
<% end %>