mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-26 10:30:50 -05:00
Fix for #747
This commit is contained in:
parent
ee8a01ff3a
commit
9c5944e2c4
@ -1 +1 @@
|
||||
{!! strip_tags($body) !!}
|
||||
{!! strip_tags(str_replace('</div>', "\n\n", $body)) !!}
|
||||
@ -1 +1 @@
|
||||
{!! strip_tags($body) !!}
|
||||
{!! strip_tags(str_replace('</div>', "\n\n", $body)) !!}
|
||||
@ -1 +1 @@
|
||||
{!! strip_tags($body) !!}
|
||||
{!! strip_tags(str_replace('</div>', "\n\n", $body)) !!}
|
||||
@ -1 +1 @@
|
||||
{!! strip_tags($body) !!}
|
||||
{!! strip_tags(str_replace('</div>', "\n\n", $body)) !!}
|
||||
Loading…
x
Reference in New Issue
Block a user