From c9c33ac978d858077422099f4e3a924a292c6620 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Wed, 15 Jan 2020 15:07:32 -0500 Subject: [PATCH] Use v-text for alerts --- templates/components/alert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/alert.html b/templates/components/alert.html index 49f148b9..78ffe717 100644 --- a/templates/components/alert.html +++ b/templates/components/alert.html @@ -25,7 +25,7 @@
{% if vue_template %} -

+

{% elif title %}

{{ title | safe }}

{% endif %}