diff --git a/view/templates/auto_request.tpl b/view/templates/auto_request.tpl index ffc7b19d0..3f901f675 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 39fa295de..27cc72347 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 2b23934b7..b3a6a2c08 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 9c737cf55..915a49375 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 2f363f565..ebcf3a062 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 ab79e7d38..7436d0d38 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}}