1
0
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:
Doug Kearns
2015-06-13 02:02:49 +10:00
parent 59613afb27
commit a7e3024320

View File

@@ -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;" }]];
})];