From e988c6cee39bbb5ade359ac7a77fa3fed37de904 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Wed, 15 Feb 2012 15:20:26 -0800 Subject: Style --- background_page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3