aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-02-15 15:20:26 -0800
committerPhil Crosby2012-02-15 15:21:24 -0800
commite988c6cee39bbb5ade359ac7a77fa3fed37de904 (patch)
treebc96adb3850c46688d6dab995db0024dffd62eb6
parent4d4311280f1237aec2b61969c77c29385543e9f8 (diff)
downloadvimium-e988c6cee39bbb5ade359ac7a77fa3fed37de904.tar.bz2
Style
-rw-r--r--background_page.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index fd7bdb82..8f7a0b74 100644
--- a/background_page.html
+++ b/background_page.html
@@ -143,7 +143,8 @@
showUnboundCommands, showCommandNames));
dialogHtml = dialogHtml.replace("{{version}}", currentVersion);
dialogHtml = dialogHtml.replace("{{title}}", customTitle || "Help");
- dialogHtml = dialogHtml.replace("{{showAdvancedCommands}}", settings.get("helpDialog_showAdvancedCommands"));
+ dialogHtml = dialogHtml.replace("{{showAdvancedCommands}}",
+ settings.get("helpDialog_showAdvancedCommands"));
return dialogHtml;
}