]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - fixup.rb
Merge remote-tracking branch 'weblate/master'
[text-madewithcc.git] / fixup.rb
index f8e3c9fe71679198713d612cfd6f278927cc5487..55fae51296f699199def3652051a306d90db04cc 100644 (file)
--- a/fixup.rb
+++ b/fixup.rb
@@ -185,7 +185,7 @@ log 0, 'add heading to colophon page'
 data.insert(data.index('Made With Creative Commons'), '# Colophon {-}')
 
 log 0, 'add dedication as separeate chapter'
-data.insert(data.index('“I don’t know a whole lot about nonfiction journalism. . .'), '# Dedication {-}')
+data.insert(data.index('"I don\'t know a whole lot about nonfiction journalism. . .'), '# Dedication {-}')
 
 # Join erroneously split paragraphs: Write the contents of the line
 # _preceding_ the unneeded break, the break will be removed.