Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 1, 2024
1 parent b1c9d8d commit 1013346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/table/destination.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@use('Illuminate\Support\Str')

<div>
<span title="{{ htmlspecialchars($url->title)}} ">
{{ htmlspecialchars(Str::limit($url->title, $limit)) }}
<span title="{{ $url->title}} ">
{{ Str::limit($url->title, $limit) }}
</span>

<br>
Expand Down

0 comments on commit 1013346

Please sign in to comment.