Merge pull request #6490 from tobiasd/20190122-adminfedstat

unescaping the HTML in the hint
This commit is contained in:
Hypolite Petovan 2019-01-22 08:17:55 -05:00 committed by GitHub
commit 1777c1ee4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>