diff options
| -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; } |
