diff --git a/resources/views/emails/design1_text.blade.php b/resources/views/emails/design1_text.blade.php index 9b258c53a812..2b79b9861f70 100644 --- a/resources/views/emails/design1_text.blade.php +++ b/resources/views/emails/design1_text.blade.php @@ -1 +1 @@ -{!! strip_tags($body) !!} \ No newline at end of file +{!! strip_tags(str_replace('', "\n\n", $body)) !!} \ No newline at end of file diff --git a/resources/views/emails/design2_text.blade.php b/resources/views/emails/design2_text.blade.php index 9b258c53a812..2b79b9861f70 100644 --- a/resources/views/emails/design2_text.blade.php +++ b/resources/views/emails/design2_text.blade.php @@ -1 +1 @@ -{!! strip_tags($body) !!} \ No newline at end of file +{!! strip_tags(str_replace('', "\n\n", $body)) !!} \ No newline at end of file diff --git a/resources/views/emails/invoice_text.blade.php b/resources/views/emails/invoice_text.blade.php index 9b258c53a812..2b79b9861f70 100644 --- a/resources/views/emails/invoice_text.blade.php +++ b/resources/views/emails/invoice_text.blade.php @@ -1 +1 @@ -{!! strip_tags($body) !!} \ No newline at end of file +{!! strip_tags(str_replace('', "\n\n", $body)) !!} \ No newline at end of file diff --git a/resources/views/emails/payment_confirmation_text.blade.php b/resources/views/emails/payment_confirmation_text.blade.php index 9b258c53a812..2b79b9861f70 100644 --- a/resources/views/emails/payment_confirmation_text.blade.php +++ b/resources/views/emails/payment_confirmation_text.blade.php @@ -1 +1 @@ -{!! strip_tags($body) !!} \ No newline at end of file +{!! strip_tags(str_replace('', "\n\n", $body)) !!} \ No newline at end of file