Fix backward closing single quotation marks
This commit is contained in:
parent
33d88eb523
commit
6ee5fb9ef6
2 changed files with 3 additions and 18 deletions
|
|
@ -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, "I’m");
|
||||
|
||||
// Similar problems occur in Ward with <b> and <strong> as do in Worm with <em>s
|
||||
|
|
|
|||
|
|
@ -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": "I’m <em>not? Fuck</em>. There’s",
|
||||
"after": "I’m <em>not</em>? <em>Fuck.</em> There’s"
|
||||
},
|
||||
{
|
||||
"before": "‘<em>Freud</em>‘, and",
|
||||
"after": "‘<em>Freud</em>’, and"
|
||||
},
|
||||
{
|
||||
"before": "‘<em>who knows?</em>‘",
|
||||
"after": "‘<em>who knows?</em>’"
|
||||
},
|
||||
{
|
||||
"before": "I suspect It’s a",
|
||||
"after": "I suspect it’s a"
|
||||
|
|
@ -4599,10 +4591,6 @@
|
|||
{
|
||||
"before": "<em>‘Won’t</em>",
|
||||
"after": "‘<em>Won’t</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/": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue