unescaping the HTML in the hint
This commit is contained in:
parent
85ff976f83
commit
66284a17a7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<p>{{$intro}}</p>
|
<p>{{$intro}}</p>
|
||||||
|
|
||||||
{{if not $autoactive}}
|
{{if not $autoactive}}
|
||||||
<p class="error-message">{{$hint}}</p>
|
<p class="error-message">{{$hint nofilter}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<p>{{$legendtext}}</p>
|
<p>{{$legendtext}}</p>
|
||||||
|
|
Loading…
Reference in a new issue