mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -04:00
Fix for footer font size in iOS mail
This commit is contained in:
parent
902827b7ac
commit
7296c15730
@ -1180,7 +1180,7 @@ class Account extends Eloquent
|
|||||||
// Add line breaks if HTML isn't already being used
|
// 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;
|
return strip_tags($this->email_footer) == $this->email_footer ? nl2br($this->email_footer) : $this->email_footer;
|
||||||
} else {
|
} else {
|
||||||
return "<p>" . trans('texts.email_signature') . "\n<br>\$account</p>";
|
return "<p><div>" . trans('texts.email_signature') . "\n<br>\$account</div></p>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user