Fix a variety of misplaced or extraneous quotes
This commit is contained in:
parent
6cdf486858
commit
56a38609ca
2 changed files with 43 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ function getBodyXML(chapter, book, contentEl) {
|
|||
fixEms();
|
||||
fixQuotesAndApostrophes();
|
||||
fixEms();
|
||||
xml = xml.replace(/I”m/g, "I’m");
|
||||
|
||||
// Similar problems occur in Ward with <b> and <strong> as do in Worm with <em>s
|
||||
xml = xml.replace(/<b \/>/g, "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue