From a0e41ddb9954cea7501040f567d07229920ecaf7 Mon Sep 17 00:00:00 2001
From: longchao <1432334894@qq.com>
Date: Tue, 29 Jul 2025 16:04:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
model/mEs.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/model/mEs.php b/model/mEs.php
index 69bb9fc..cc6e36a 100644
--- a/model/mEs.php
+++ b/model/mEs.php
@@ -82,7 +82,7 @@ class mEs extends mBase {
$highlights = $v['highlight']["content"];
if(!empty($highlights)) {
foreach($highlights as $k=>$val) {
- $weibo['text'] = str_replace($val, ''.$val.'', $weibo['text']);
+ $weibo['text'] = str_replace($val, ''.$val.'', $weibo['text']);
}
}