diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 30020b083..39d51b993 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -191,9 +191,9 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({ icon_style = 'fa-times'; } - return ' ' + value.name + ' '; + return ' ' + value.name + ''; } else if ((value) && (value.name)) { - return ' ' + value.name + ''; + return ' ' + value.name + ''; } }; } @@ -270,7 +270,7 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({ item_icon = 'fa-map-marker'; } - return ' ' + value.name + ''; + return ' ' + value.name + ''; } else { return '';