1
0
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:
Kris Maglione
2015-02-22 19:49:29 -08:00
parent 1ee5668cac
commit 65f2cda381
5 changed files with 15 additions and 11 deletions

View File

@@ -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]