|
@@ -854,7 +854,7 @@ class PostRepository
|
|
$post->username,
|
|
$post->username,
|
|
$post->location,
|
|
$post->location,
|
|
implode(' ', $post->topic()->toArray()),
|
|
implode(' ', $post->topic()->toArray()),
|
|
- subtext($post->content, 20),
|
|
|
|
|
|
+ subtext(strip_tags($post->content), 20),
|
|
$post->data->pv_real,
|
|
$post->data->pv_real,
|
|
$post->data->pv,
|
|
$post->data->pv,
|
|
$post->data->praise_real_count,
|
|
$post->data->praise_real_count,
|
|
@@ -871,7 +871,7 @@ class PostRepository
|
|
Carbon::parse($post->created_at)->toDateTimeString(),
|
|
Carbon::parse($post->created_at)->toDateTimeString(),
|
|
$post->username,
|
|
$post->username,
|
|
Carbon::parse($post->created_at)->toDateTimeString(),
|
|
Carbon::parse($post->created_at)->toDateTimeString(),
|
|
- subtext($post->content, 20),
|
|
|
|
|
|
+ subtext(strip_tags($post->content), 20),
|
|
$post->data->pv_real,
|
|
$post->data->pv_real,
|
|
$post->data->praise_real_count,
|
|
$post->data->praise_real_count,
|
|
$post->data->share_real_count,
|
|
$post->data->share_real_count,
|