diff --git a/app/Livewire/Table/AllUlrTable.php b/app/Livewire/Table/AllUlrTable.php index 29037def6..be89eba6d 100644 --- a/app/Livewire/Table/AllUlrTable.php +++ b/app/Livewire/Table/AllUlrTable.php @@ -91,7 +91,7 @@ public function addColumns(): PowerGridColumns ->addColumn('destination', function (Url $url) { return '' - .Str::limit($url->title, self::STR_LIMIT). + .htmlspecialchars(Str::limit($url->title, self::STR_LIMIT)). '