mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 08:54:12 +01:00
Fix bugs and stuff.
This commit is contained in:
@@ -173,7 +173,7 @@ var Template = Module("Template", {
|
||||
!(item.extra && item.extra.length) ? [] :
|
||||
["span", { highlight: "URLExtra" },
|
||||
" (",
|
||||
this.map(item.extra, function (e)
|
||||
template.map(item.extra, function (e)
|
||||
["", e[0], ": ",
|
||||
["span", { highlight: e[2] }, e[1]]],
|
||||
"\u00a0"),
|
||||
|
||||
Reference in New Issue
Block a user