]> git.mxchange.org Git - friendica.git/commitdiff
Issue 6294: Fix templates
authorMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 21:09:34 +0000 (21:09 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 21:09:34 +0000 (21:09 +0000)
view/theme/frio/templates/register.tpl

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