Skip to content

Commit

Permalink
Fix multi-line JavaScript error by using ES6 template literals
Browse files Browse the repository at this point in the history
Temporary fix, see rails#240 for more
details.
  • Loading branch information
aguynamedben committed May 18, 2017
1 parent 52c63c8 commit 73d0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_console/templates/layouts/inlined_string.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"<%= j yield %>"
`<%= j yield %>`

0 comments on commit 73d0cd0

Please sign in to comment.