Skip to content

Commit e067ea0

Browse files
committed
Use String#inspect to preserve unicode.
1 parent 408bc94 commit e067ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tasks/import.rb

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

0 commit comments

Comments
 (0)