正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -434,7 +434,7 @@ class Body { | @@ -434,7 +434,7 @@ class Body { | ||
434 | * @time 2022/8/12 10:34 | 434 | * @time 2022/8/12 10:34 |
435 | */ | 435 | */ |
436 | private function body_remove_tag($body,$tag){ | 436 | private function body_remove_tag($body,$tag){ |
437 | - preg_match("/{$tag}[\w\W].*/i",$body,$result); | 437 | + preg_match("/{$tag}\r?[\w\W].*/i",$body,$result); |
438 | if(!empty($result[0])) { | 438 | if(!empty($result[0])) { |
439 | $body = str_replace($result, '', $body); | 439 | $body = str_replace($result, '', $body); |
440 | } | 440 | } |
-
请 注册 或 登录 后发表评论