diff --git a/wchat/common/Help.php b/wchat/common/Help.php index bb1a840..4528ead 100644 --- a/wchat/common/Help.php +++ b/wchat/common/Help.php @@ -16,7 +16,7 @@ class Help extends Miniprogarampage $xml = ""; foreach ($data as $key => $val) { if (is_array($val)) { - $xml .= static::xmlChild($val); + $xml .= "<" . $key . ">" . static::xmlChild($val) . ""; continue; } if (is_numeric($val)) {