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 cc0fa770..6823d4aa 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 @@ -102,7 +102,7 @@
The <b>
and <strong>
elements are not to be used interchangeably (see relevant section of the Manual 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 --extended-regexp "<(b|strong)>" src/epub/text/*.xhtml
+ grep --recursive --line-number --extended-regexp "<(b\W|strong)" src/epub/text/*.xhtml