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 e1f05450..01c82f81 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 @@ -86,7 +86,7 @@ require_once('Core.php');
The <i>
and <em>
elements are not to be used interchangeably (see relevant section of the Manual here and here). Use the following command to check their usage in the production (alternatively, use the regular expression search function in a text editor):
grep --recursive --line-number -E "<i|<em" src/epub/text/*.xhtml
+ grep --recursive --line-number --extended-regexp "<i|<em" src/epub/text/*.xhtml
Are there any <i>
elements that lack semantics?
grep --recursive --line-number "<i>" src/epub/text/*.xhtml