This commit is contained in:
2020-11-17 16:46:36 +08:00
parent be04bf2e35
commit 335de2c530
+1 -1
View File
@@ -75,7 +75,7 @@ class XmlFormatter extends Application implements IFormatter
$node = $dom->addChild($key);
$this->toXml($node, $val);
} else {
$dom->addChild($key, htmlspecialchars($val));
$dom->addChild($key, $val);
}
}
}