mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 18:24:11 +01:00
Fix util.objectToString(Node(), true)
This commit is contained in:
@@ -553,10 +553,9 @@ const Util = Module("Util", {
|
||||
<span highlight="HelpXMLAttribute">{namespaced(attr)}</span> +
|
||||
<span highlight="HelpXMLString">{attr.value}</span>,
|
||||
<> </>)
|
||||
}{ hasChildren ? "/>" : ">"
|
||||
}</span>{ !hasChildren ? "" :
|
||||
<>...</> +
|
||||
<span highlight="HtmlTagEnd"><{namespaced(elem)}></span>
|
||||
}{ !hasChildren ? "/>" : ">"
|
||||
}</span>{ !hasChildren ? "" : <>...</> +
|
||||
<span highlight="HtmlTagEnd"><{namespaced(elem)}></span>
|
||||
}</span>;
|
||||
|
||||
let tag = "<" + [namespaced(elem)].concat(
|
||||
|
||||
Reference in New Issue
Block a user