From 6335106aacf576a661866fa0fc397472daae82cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Wed, 17 Aug 2022 16:52:03 +0800 Subject: [PATCH] =?UTF-8?q?gh=E7=9A=84=E5=8F=B3=E4=BE=A7=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 12a81a2b..36682a49 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1059,7 +1059,7 @@ class Information extends CI_Controller // $template = str_replace('', "
", $template); } if (!empty($template_recommand['Tips Right'])) { - // $template = str_replace('', "
" . $template_recommand['Tips Right']->it_content . "
", $template); + $template = str_replace('', "
" . $template_recommand['Tips Right']->it_content . "
", $template); } //文中的信息推荐 if (strpos($information->ic_content, '') !== false) {