From 75a24602edacd3e66b5c38c2b5efe885dfdd14ab Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 3 Mar 2018 18:29:50 +0900 Subject: Fix RDoc formatting [ci skip] The `+` does not work if the string contains spaces. --- actionview/lib/action_view/helpers/javascript_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/javascript_helper.rb b/actionview/lib/action_view/helpers/javascript_helper.rb index acc50f8a62..830088bea3 100644 --- a/actionview/lib/action_view/helpers/javascript_helper.rb +++ b/actionview/lib/action_view/helpers/javascript_helper.rb @@ -65,7 +65,7 @@ module ActionView # <% end -%> # # If you have a content security policy enabled then you can add an automatic - # nonce value by passing +nonce: true+ as part of +html_options+. Example: + # nonce value by passing nonce: true as part of +html_options+. Example: # # <%= javascript_tag nonce: true do -%> # alert('All is good') -- cgit v1.2.3