We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42d8fc commit de66d35Copy full SHA for de66d35
resources/views/linkstack/modules/meta.blade.php
@@ -15,7 +15,7 @@
15
@if(env('CUSTOM_META_TAGS') == 'true')
16
@include('layouts.meta')
17
@else
18
- <meta name="description" content="{{ $userinfo->littlelink_description }}">
+ <meta name="description" content="{{ strip_tags($userinfo->littlelink_description) }}">
19
<meta name="author" content="{{ $userinfo->name }}">
20
<meta name="viewport" content="width=device-width, initial-scale=1">
21
@endif
0 commit comments