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 %}