unescaping the HTML in the hint

This commit is contained in:
Tobias Diekershoff 2019-01-22 14:02:56 +01:00
parent 85ff976f83
commit 66284a17a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<p>{{$intro}}</p>
{{if not $autoactive}}
<p class="error-message">{{$hint}}</p>
<p class="error-message">{{$hint nofilter}}</p>
{{/if}}
<p>{{$legendtext}}</p>