From e90daedb48b7a3f7104bf735edfc08f5432c65c6 Mon Sep 17 00:00:00 2001 From: mxr612 Date: Sun, 9 Mar 2025 10:43:52 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86list=E9=A1=B5html=20?= =?UTF-8?q?safe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/list.html b/templates/list.html index 685f431..d9466d9 100644 --- a/templates/list.html +++ b/templates/list.html @@ -9,7 +9,7 @@ {% for scale_id, scale in scales.items() %} {% if scale.tag == tag %} {{ scale.get('title','未命名问卷') }} -

{{ scale.abstract }}

+

{{ scale.abstract|safe }}

{% endif %} {% endfor %}