改名
This commit is contained in:
@@ -75,7 +75,7 @@ class XmlFormatter extends Application implements IFormatter
|
|||||||
$node = $dom->addChild($key);
|
$node = $dom->addChild($key);
|
||||||
$this->toXml($node, $val);
|
$this->toXml($node, $val);
|
||||||
} else {
|
} else {
|
||||||
$dom->addChild($key, htmlspecialchars($val));
|
$dom->addChild($key, $val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user