From 91ded7b7960da5b2e18ce087c15a6223635564e1 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Wed, 18 Jan 2012 08:31:23 +0800 Subject: Add in missing vimiumReset class to helpDialog. Closes #95. --- background_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( "", "", escapeHtml(bindings), "", - ":", availableCommands[command].description); + ":", availableCommands[command].description); if (showCommandNames) html.push("(" + command + ")"); -- cgit v1.2.3