diff options
Diffstat (limited to 'common/modules/util.jsm')
-rw-r--r-- | common/modules/util.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/util.jsm b/common/modules/util.jsm index b5572d3e..52a768b2 100644 --- a/common/modules/util.jsm +++ b/common/modules/util.jsm @@ -1056,7 +1056,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]), }</span>; let tag = "<" + [namespaced(elem)].concat( - [namespaced(a) + "=" + template.highlight(a.value, true) + [namespaced(a) + "=" + template.highlight(a.value, true) for ([i, a] in array.iterItems(elem.attributes))]).join(" "); return tag + (!hasChildren ? "/>" : ">...</" + namespaced(elem) + ">"); } |