diff --git a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php index 505447f4..1116d1c3 100644 --- a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php +++ b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php @@ -63,7 +63,7 @@
Run the following command to examine punctuation that might have to be moved inside quotation marks:
-se interactive-replace "’([\.\,])" "\1’" .
+ se interactive-replace "([’”])([,.])" "\2\1" src/epub/text/*
In general, periods and commas always go inside quotation marks, both single and double. For example:
<p>He pronounced it “pleasure”, and as he said it he licked his lips.</p>