Skip to content

Commit de66d35

Browse files
committed
Update meta.blade.php
1 parent f42d8fc commit de66d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/linkstack/modules/meta.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@if(env('CUSTOM_META_TAGS') == 'true')
1616
@include('layouts.meta')
1717
@else
18-
<meta name="description" content="{{ $userinfo->littlelink_description }}">
18+
<meta name="description" content="{{ strip_tags($userinfo->littlelink_description) }}">
1919
<meta name="author" content="{{ $userinfo->name }}">
2020
<meta name="viewport" content="width=device-width, initial-scale=1">
2121
@endif

0 commit comments

Comments
 (0)