aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorJez Ng2012-01-18 08:31:23 +0800
committerJez Ng2012-01-18 08:31:23 +0800
commit91ded7b7960da5b2e18ce087c15a6223635564e1 (patch)
tree5a2c356f182d068fd449a98f32edae287a384b49 /background_page.html
parent64ad6d72997e1b19205a4fbd0f1b95a95983f99c (diff)
downloadvimium-91ded7b7960da5b2e18ce087c15a6223635564e1.tar.bz2
Add in missing vimiumReset class to helpDialog.
Closes #95.
Diffstat (limited to 'background_page.html')
-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>");