From d6e4a04a3ce87a266cd92bf241b2202d85c76621 Mon Sep 17 00:00:00 2001 From: Zisbusy <49525016+Zisbusy@users.noreply.github.com> Date: Sat, 6 Jun 2020 15:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E7=AB=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Akina/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Akina/post.php b/Akina/post.php index 7a093ea..e791902 100644 --- a/Akina/post.php +++ b/Akina/post.php @@ -48,7 +48,7 @@
]*>/i'; - $replacement = ''; + $replacement = '
'; echo preg_replace($pattern, $replacement, $this->content); ?>