Allow markup in

Alert title
This commit is contained in:
graham-dds 2019-10-09 09:40:50 -04:00
parent 5a16af8cbb
commit 33e82bfb83

View File

@ -27,7 +27,7 @@
{% if vue_template %}
<h3 class='usa-alert-heading' v-html='title'></h3>
{% elif title %}
<h3 class='usa-alert-heading'>{{title}}</h3>
<h3 class='usa-alert-heading'>{{ title | safe }}</h3>
{% endif %}
{% if message %}