diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5c056fc9..a027154a 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -155,7 +155,7 @@ root.helpDialogHtml = (showUnboundCommands, showCommandNames, customTitle) -> dialogHtml = fetchFileContents("pages/help_dialog.html") for placeholder, replacementString of replacementStrings - dialogHtml = dialogHtml.replace "{{#{placeholder}}}", replacementString + dialogHtml = dialogHtml.replace "<span id=\"help-dialog-#{placeholder}\"></span>", replacementString dialogHtml # |
