diff --git a/xo.js b/xo.js index b7e26b0..a70792c 100644 --- a/xo.js +++ b/xo.js @@ -7646,7 +7646,7 @@ xover.modernize = async function (targetWindow) { } }); } - let templates = source.select(`//data/@name`).map(name => xover.xml.createNode(``)); + let templates = source.select(`//data/@name`).map(name => xover.xml.createNode(``)); param.replaceWith(...templates) } } catch (e) {