mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 11:55:46 +01:00
Fix brokenness.
This commit is contained in:
@@ -598,7 +598,7 @@ var DOM = Class("DOM", {
|
||||
res.push(["span", { highlight: "HelpXML" },
|
||||
["span", { highlight: "HelpXMLTagStart" },
|
||||
"<", namespaced(elem), " ",
|
||||
template.map(array.iterValues(elem.attributes),
|
||||
template.map(elem.attributes,
|
||||
attr => [
|
||||
["span", { highlight: "HelpXMLAttribute" }, namespaced(attr)],
|
||||
["span", { highlight: "HelpXMLString" }, attr.value]
|
||||
|
||||
Reference in New Issue
Block a user