diff options
| author | Phil Crosby | 2012-02-15 15:20:26 -0800 |
|---|---|---|
| committer | Phil Crosby | 2012-02-15 15:21:24 -0800 |
| commit | e988c6cee39bbb5ade359ac7a77fa3fed37de904 (patch) | |
| tree | bc96adb3850c46688d6dab995db0024dffd62eb6 | |
| parent | 4d4311280f1237aec2b61969c77c29385543e9f8 (diff) | |
| download | vimium-e988c6cee39bbb5ade359ac7a77fa3fed37de904.tar.bz2 | |
Style
| -rw-r--r-- | background_page.html | 3 |
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; } |
