diff --git a/app/Models/Account.php b/app/Models/Account.php index f6a7194bdf6f..834152fc15e1 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -948,7 +948,7 @@ class Account extends Eloquent // Add line breaks if HTML isn't already being used return strip_tags($this->email_footer) == $this->email_footer ? nl2br($this->email_footer) : $this->email_footer; } else { - return "

" . trans('texts.email_signature') . "\n
\$account"; + return "

" . trans('texts.email_signature') . "\n
\$account

"; } }