mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix for <br/> in product list
This commit is contained in:
parent
2d5d2cbb54
commit
a6635c2ffb
@ -24,7 +24,7 @@ class ProductDatatable extends EntityDatatable
|
||||
[
|
||||
'notes',
|
||||
function ($model) {
|
||||
return e(nl2br(Str::limit($model->notes, 100)));
|
||||
return e(Str::limit($model->notes, 100));
|
||||
},
|
||||
],
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user