Skip to content

Commit 1dfb43b

Browse files
authored
Merge pull request #4286 from HDInnovations/Bug-4284
(Fix) Bug #4284
2 parents ee168a4 + ed04a4c commit 1dfb43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/torrent/card.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class="torrent-card__genre"
100100
</ul>
101101
</div>
102102
<p class="torrent-card__plot">
103-
{{ Str::limit(strip_tags($meta?->overview ?: $meta?->summary), 350, '...') }}
103+
{{ Str::of($meta?->overview ?: $meta?->summary)->stripTags()->limit(350, '...') }}
104104
</p>
105105
</div>
106106
<footer class="torrent-card__footer">

0 commit comments

Comments
 (0)