diff --git a/lib/convert-worker.js b/lib/convert-worker.js index dd91449..0ecad93 100644 --- a/lib/convert-worker.js +++ b/lib/convert-worker.js @@ -571,6 +571,7 @@ function fixHyphens(xml) { xml = xml.replace(/creepy crawl/g, "creepy-crawl"); xml = xml.replace(/well armed/g, "well-armed"); xml = xml.replace(/able bodied/g, "able-bodied"); + xml = xml.replace(/self conscious/g, "self-conscious"); // This is usually correct but sometimes wrong. xml = xml.replace(/neo /g, "neo-");