Merge pull request #6295 from annando/issue-6294

Issue 6294: Fix templates
This commit is contained in:
Hypolite Petovan 2018-12-21 16:13:52 -05:00 committed by GitHub
commit ef2b08c0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
{{include file="field_textarea.tpl" field=$permonlybox}} {{include file="field_textarea.tpl" field=$permonlybox}}
{{/if}} {{/if}}
{{$publish}} {{$publish nofilter}}
{{if $showtoslink}} {{if $showtoslink}}
<p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p> <p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
@ -66,7 +66,7 @@
{{if $showprivstatement}} {{if $showprivstatement}}
<h4>{{$privstatement.0}}</h4> <h4>{{$privstatement.0}}</h4>
{{for $i=1 to 3}} {{for $i=1 to 3}}
<p>{{$privstatement[$i]}}</p> <p>{{$privstatement[$i] nofilter}}</p>
{{/for}} {{/for}}
{{/if}} {{/if}}