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}}