Fix backward closing single quotation marks

This commit is contained in:
Domenic Denicola 2020-11-07 19:46:52 -05:00
commit 6ee5fb9ef6
2 changed files with 3 additions and 18 deletions

View file

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

View file

@ -2222,8 +2222,8 @@
],
"https://parahumans.wordpress.com/2012/09/15/prey-14-4/": [
{
"before": "a <em>No, you just told me.</em>, but",
"after": "a “<em>No, you just told me</em>,” but"
"before": "a <em>No, you just told me.</em>, but",
"after": "a <em>No, you just told me</em>, but"
},
{
"before": "Amy,” Tattletale said. “But",
@ -3749,14 +3749,6 @@
"before": "Im <em>not? Fuck</em>. Theres",
"after": "Im <em>not</em>? <em>Fuck.</em> Theres"
},
{
"before": "<em>Freud</em>, and",
"after": "<em>Freud</em>, and"
},
{
"before": "<em>who knows?</em>",
"after": "<em>who knows?</em>"
},
{
"before": "I suspect Its a",
"after": "I suspect its a"
@ -4599,10 +4591,6 @@
{
"before": "<em>Wont</em>",
"after": "<em>Wont</em>"
},
{
"before": "you the number</em>",
"after": "you the number</em>"
}
],
"https://www.parahumans.net/2018/02/22/shade-interlude-4c/": [
@ -5593,10 +5581,6 @@
{
"before": "for you</em>.",
"after": "for you.</em>"
},
{
"before": "Why <em>inflict</em>",
"after": "Why <em>inflict</em>"
}
],
"https://www.parahumans.net/2018/09/25/gleaming-9-10/": [