1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 10:55:46 +01:00

Fix clicking bookmark/history links in the MOW. Closes issue #296.

This commit is contained in:
Kris Maglione
2011-01-23 16:44:36 -05:00
parent db5325a603
commit 5fdc1a5b60

View File

@@ -47,7 +47,7 @@ var Template = Module("Template", {
<>&#xa0;</>)
})&#xa0;</span>
}
<a xmlns:dactyl={NS} identifier={item.id} dactyl:command={item.command}
<a xmlns:dactyl={NS} identifier={item.id || ""} dactyl:command={item.command || ""}
href={item.item.url} highlight="URL">{text || ""}</a>
</>,