mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
Merge fix for #800
This commit is contained in:
parent
8dd9e99112
commit
4fe3887468
@ -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 "<p>" . trans('texts.email_signature') . "\n<br>\$account</ p>";
|
||||
return "<p>" . trans('texts.email_signature') . "\n<br>\$account</p>";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user