From a7e3024320e38fcb6f53af52fcb3119ce0b8ec82 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 13 Jun 2015 02:02:49 +1000 Subject: [PATCH] Fix :ab -js listings. --- common/content/abbreviations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/abbreviations.js b/common/content/abbreviations.js index e353a719..6c6aee6c 100644 --- a/common/content/abbreviations.js +++ b/common/content/abbreviations.js @@ -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;" }]]; })];