unescaping the HTML in the hint
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Jan 2019 13:02:56 +0000 (14:02 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Jan 2019 13:02:56 +0000 (14:02 +0100)
view/templates/admin/federation.tpl

index 5f89d4f..9850a37 100644 (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>