From: Michael <heluecht@pirati.ca> Date: Fri, 21 Dec 2018 21:09:34 +0000 (+0000) Subject: Issue 6294: Fix templates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c845dafc52f37dbf26b3dcab484b544ecbe23fd;p=friendica.git Issue 6294: Fix templates --- diff --git a/view/theme/frio/templates/register.tpl b/view/theme/frio/templates/register.tpl index d46a59e873..ab79e7d38c 100644 --- a/view/theme/frio/templates/register.tpl +++ b/view/theme/frio/templates/register.tpl @@ -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}}