...
|
...
|
@@ -161,7 +161,7 @@ class Body { |
|
|
$body = str_replace($boundary_tag[0],'{--tag--}',$body);
|
|
|
}
|
|
|
// 查找tag块
|
|
|
preg_match_all("/(".$tag.".*+\n)/i",$body."\r\n\r\n",$he);
|
|
|
preg_match_all("/(".str_replace(['/'],['\/'],$tag).".*+\n)/i",$body."\r\n\r\n",$he);
|
|
|
|
|
|
if(error_get_last()){
|
|
|
logs('body 解析标记 '.$tag);
|
...
|
...
|
|