Commit c7ebe71f authored by OCram85's avatar OCram85
Browse files

restore missing safeHTML

parent 0724988e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<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>