Fix for <br/> in product list

This commit is contained in:
Hillel Coren 2017-08-11 12:44:45 +03:00
parent 2d5d2cbb54
commit a6635c2ffb

View File

@ -24,7 +24,7 @@ class ProductDatatable extends EntityDatatable
[ [
'notes', 'notes',
function ($model) { function ($model) {
return e(nl2br(Str::limit($model->notes, 100))); return e(Str::limit($model->notes, 100));
}, },
], ],
[ [