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