1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 07:21:26 +02:00

Fix util.objectToString(Node(), true)

This commit is contained in:
Kris Maglione
2010-09-20 12:12:16 -04:00
parent 57e22e9037
commit 44a2adcdb4
+2 -3
View File
@@ -553,9 +553,8 @@ const Util = Module("Util", {
<span highlight="HelpXMLAttribute">{namespaced(attr)}</span> +
<span highlight="HelpXMLString">{attr.value}</span>,
<> </>)
}{ hasChildren ? "/>" : ">"
}</span>{ !hasChildren ? "" :
<>...</> +
}{ !hasChildren ? "/>" : ">"
}</span>{ !hasChildren ? "" : <>...</> +
<span highlight="HtmlTagEnd">&lt;{namespaced(elem)}></span>
}</span>;