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 77fe7809..dea7fee2 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 @@ -62,7 +62,7 @@ require_once('Core.php');

Check for punctuation outside quotation marks

Run the following command to examine punctuation that might have to be moved inside quotation marks:

se interactive-replace "’([\.\,])" "\1’" . -

In general, periods and commas always go inside qoutation marks, both single and double. For example:

+

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>