File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function themeAsset($path){
7979 <meta property =" og:url" content =" {{ url (' ' ) } } /{{ " @" . $littlelink_name } }" >
8080 <meta property =" og:type" content =" website" >
8181 <meta property =" og:title" content =" {{ $userinfo -> name } }" >
82- <meta property =" og:description" content =" {{ $userinfo -> littlelink_description } }" >
82+ <meta property =" og:description" content =" {{ strip_tags ( $userinfo -> littlelink_description ) } }" >
8383 @if (file_exists (base_path (findAvatar ($userinfo -> id ))) )
8484 <meta property =" og:image" content =" {{ url (findAvatar ($userinfo -> id )) } }" >
8585 @elseif (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )
@@ -93,7 +93,7 @@ function themeAsset($path){
9393 <meta property =" twitter:domain" content =" {{ url (' ' ) } } /{{ " @" . $littlelink_name } }" >
9494 <meta property =" twitter:url" content =" {{ url (' ' ) } } /{{ " @" . $littlelink_name } }" >
9595 <meta name =" twitter:title" content =" {{ $userinfo -> littlelink_name } }" >
96- <meta name =" twitter:description" content =" {{ $userinfo -> littlelink_description } }" >
96+ <meta name =" twitter:description" content =" {{ strip_tags ( $userinfo -> littlelink_description ) } }" >
9797 @if (file_exists (base_path (findAvatar ($userinfo -> id ))) )
9898 <meta name =" twitter:image" content =" {{ url (findAvatar ($userinfo -> id )) } }" >
9999 @elseif (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )
You can’t perform that action at this time.
0 commit comments