Skip to content

Commit 6019bfc

Browse files
committed
Use String#dump.
1 parent 6828a91 commit 6019bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tasks/import.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
file.puts(
6060
'---',
6161
"layout: #{LAYOUTS[layout]}",
62-
"title: \"#{title}\"",
62+
"title: #{title.dump}",
6363
"lang: #{lang}",
6464
'---',
6565
''

0 commit comments

Comments
 (0)