From: Hypolite Petovan Date: Tue, 1 Jan 2019 07:50:37 +0000 (-0500) Subject: Unescape $invite_desc in follow/register templates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0dc06d66a0f4bc68529fe693b919d0a72ea57a28;hp=e7ee3d7200b5636ba97dac8f6e71e9ba4fa7db22;p=friendica.git Unescape $invite_desc in follow/register templates --- diff --git a/view/templates/auto_request.tpl b/view/templates/auto_request.tpl index ffc7b19d09..3f901f6759 100644 --- a/view/templates/auto_request.tpl +++ b/view/templates/auto_request.tpl @@ -10,7 +10,7 @@

-{{$invite_desc}} +{{$invite_desc nofilter}}

{{$desc nofilter}} diff --git a/view/templates/dfrn_request.tpl b/view/templates/dfrn_request.tpl index 39fa295deb..27cc72347c 100644 --- a/view/templates/dfrn_request.tpl +++ b/view/templates/dfrn_request.tpl @@ -9,7 +9,7 @@

  • {{$diaspora}} {{$diasnote}}
  • {{$statusnet}}
  • -{{$invite_desc}} +{{$invite_desc nofilter}}

    {{$desc nofilter}} diff --git a/view/templates/register.tpl b/view/templates/register.tpl index 2b23934b79..b3a6a2c086 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -20,7 +20,7 @@ {{/if}} {{if $invitations}} -

    {{$invite_desc}}

    +

    {{$invite_desc nofilter}}

    diff --git a/view/theme/frio/templates/auto_request.tpl b/view/theme/frio/templates/auto_request.tpl index 9c737cf55a..915a493758 100644 --- a/view/theme/frio/templates/auto_request.tpl +++ b/view/theme/frio/templates/auto_request.tpl @@ -11,7 +11,7 @@

    -{{$invite_desc}} +{{$invite_desc nofilter}}

    {{$desc}} diff --git a/view/theme/frio/templates/dfrn_request.tpl b/view/theme/frio/templates/dfrn_request.tpl index 2f363f5653..ebcf3a0621 100644 --- a/view/theme/frio/templates/dfrn_request.tpl +++ b/view/theme/frio/templates/dfrn_request.tpl @@ -10,7 +10,7 @@

  • {{$diaspora}} {{$diasnote}}
  • {{$statusnet}}
  • -{{$invite_desc}} +{{$invite_desc nofilter}}

    {{$desc}} diff --git a/view/theme/frio/templates/register.tpl b/view/theme/frio/templates/register.tpl index ab79e7d38c..7436d0d38d 100644 --- a/view/theme/frio/templates/register.tpl +++ b/view/theme/frio/templates/register.tpl @@ -24,7 +24,7 @@

    - {{$invite_desc}} + {{$invite_desc nofilter}}
    {{/if}}