Allow markup in
Alert title
This commit is contained in:
parent
5a16af8cbb
commit
33e82bfb83
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user