Fix a variety of misplaced or extraneous quotes

This commit is contained in:
Domenic Denicola 2020-11-07 17:46:23 -05:00
commit 56a38609ca
2 changed files with 43 additions and 0 deletions

View file

@ -194,6 +194,7 @@ function getBodyXML(chapter, book, contentEl) {
fixEms();
fixQuotesAndApostrophes();
fixEms();
xml = xml.replace(/I”m/g, "Im");
// Similar problems occur in Ward with <b> and <strong> as do in Worm with <em>s
xml = xml.replace(/<b \/>/g, "");