Fix for <br/> in product list
This commit is contained in:
parent
5f68a2ac00
commit
7f8fbbda64
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue