Merge pull request #800 from bnova-stefan/develop
Remove blank in email footer html tag
This commit is contained in:
commit
2ffbfd86de
1 changed files with 1 additions and 1 deletions
|
|
@ -983,7 +983,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 "<p>" . trans('texts.email_signature') . "\n<br>\$account</ p>";
|
||||
return "<p>" . trans('texts.email_signature') . "\n<br>\$account</p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue