unescaping the HTML in the hint
This commit is contained in:
parent
85ff976f83
commit
66284a17a7
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue