From 706ffc0c26c85f9b87e6fa35317deb6aa405853e Mon Sep 17 00:00:00 2001
From: mutoe
Date: Tue, 4 Dec 2018 11:32:30 +0800
Subject: [PATCH] =?UTF-8?q?feat(PC):=20=E7=82=B9=E5=87=BB=E5=8A=A8?=
=?UTF-8?q?=E6=80=81=E5=88=97=E8=A1=A8=E7=9A=84=E5=86=85=E5=AE=B9=E4=B9=9F?=
=?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=8A=A8=E6=80=81?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
issue #468
---
.../zhiyicx-plus-pc/resources/views/templates/feeds.blade.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/packages/zhiyicx-plus-pc/resources/views/templates/feeds.blade.php b/packages/zhiyicx-plus-pc/resources/views/templates/feeds.blade.php
index c215e648e..abaac3b6e 100644
--- a/packages/zhiyicx-plus-pc/resources/views/templates/feeds.blade.php
+++ b/packages/zhiyicx-plus-pc/resources/views/templates/feeds.blade.php
@@ -44,7 +44,9 @@
@php for ($i = 0; $i < (200 - $len); $i ++) {echo 'T';} @endphp
@else
- {!! formatContent($post['feed_content']) !!}
+
+ {!! formatContent($post['feed_content']) !!}
+
@endif
@include('pcview::templates.feed_images', ['target_url' => route('pc:feedread', ['feed' => $post['id']])])