* [highgo] Fix exception.

This commit is contained in:
朱金勇
2025-11-20 16:40:54 +08:00
committed by Gitfox
parent f2f1908609
commit c41f796c52
@@ -266,6 +266,7 @@ class HTMLPurifier_Lexer_DOMLex extends HTMLPurifier_Lexer
}
$array = array();
foreach ($node_map as $attr) {
if(!isset($attr->name)) continue;
$array[$attr->name] = $attr->value;
}
return $array;