mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 20:44:12 +01:00
Fix :ab -js listings.
This commit is contained in:
@@ -287,7 +287,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
["td", { highlight: "Title" }, !i++ ? String(hive.name) : ""],
|
||||
["td", {}, abbrev.modeChar],
|
||||
["td", {}, abbrev.lhs],
|
||||
["td", {}, abbrev.rhs]]),
|
||||
["td", {}, String(abbrev.rhs)]]),
|
||||
["tr", { style: "height: .5ex;" }]];
|
||||
})];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user