aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index d436c51e..b8516f1b 100644
--- a/background_page.html
+++ b/background_page.html
@@ -187,7 +187,7 @@
html.push(
"<tr class='vimiumReset " + (advancedCommands.indexOf(command) >= 0 ? "advanced" : "") + "'>",
"<td class='vimiumReset'>", escapeHtml(bindings), "</td>",
- "<td class='vimiumReset'>:</td><td>", availableCommands[command].description);
+ "<td class='vimiumReset'>:</td><td class='vimiumReset'>", availableCommands[command].description);
if (showCommandNames)
html.push("<span class='vimiumReset commandName'>(" + command + ")</span>");