restore missing safeHTML

This commit is contained in:
OCram85 2021-04-20 08:19:52 +02:00
parent 0724988e4d
commit c7ebe71f11
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="alert alert-warning d-flex" role="alert">
<div class="flex-shrink-1 alert-icon">{{ with .Get "icon" }}{{.}} {{ end }}</div>
{{ with .Get "text"}}
<div class="w-100">{{ . }} </div>
<div class="w-100">{{ . | safeHTML }} </div>
{{ else }}
{{ with .Inner}}
<div class="w-100"> {{ . | markdownify}}</div>