Browse Source

Fix RuboCop offense Layout/SpaceInsideStringInterpolation (#39111, #40137).


git-svn-id: https://svn.redmine.org/redmine/trunk@22771 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/149/head
Go MAEDA 1 month ago
parent
commit
bcb2ebb6a0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/redmine/wiki_formatting/common_mark/helper.rb

+ 1
- 1
lib/redmine/wiki_formatting/common_mark/helper.rb View File

@@ -26,7 +26,7 @@ module Redmine

javascript_tag(
"var wikiToolbar = new jsToolBar(document.getElementById('#{field_id}')); " \
"wikiToolbar.setHelpLink('#{escape_javascript help_wiki_syntax_path }'); " \
"wikiToolbar.setHelpLink('#{escape_javascript help_wiki_syntax_path}'); " \
"wikiToolbar.setPreviewUrl('#{escape_javascript preview_url}'); " \
"wikiToolbar.draw();"
)

Loading…
Cancel
Save