X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/b9014a47f0b17931b8f7a92cfb28cd02ab2473e7..3803ee4ffdbc2550af201e9e96e69e54efa9c91e:/fixup.rb?ds=sidebyside diff --git a/fixup.rb b/fixup.rb index f8e3c9f..55fae51 100644 --- 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.