mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
Fixed comment
This commit is contained in:
@@ -60,7 +60,7 @@ const convertObjectToXml = (
|
|||||||
xml += convertObjectToXml(value, options, depth + 1);
|
xml += convertObjectToXml(value, options, depth + 1);
|
||||||
xml += `${getIndentation(options, depth)}</${keyString}>${newline}`;
|
xml += `${getIndentation(options, depth)}</${keyString}>${newline}`;
|
||||||
|
|
||||||
// All other types are tre
|
// All other types are treated the same way
|
||||||
} else {
|
} else {
|
||||||
xml += `${getIndentation(options, depth)}<${keyString}>${escapeXml(
|
xml += `${getIndentation(options, depth)}<${keyString}>${escapeXml(
|
||||||
String(value)
|
String(value)
|
||||||
|
Reference in New Issue
Block a user