diff --git a/lib/convert-worker.js b/lib/convert-worker.js
index 531347b..7bb84db 100644
--- a/lib/convert-worker.js
+++ b/lib/convert-worker.js
@@ -207,7 +207,7 @@ function getBodyXML(chapter, book, contentEl) {
xml = xml.replace(/@<\/strong>/g, "@");
xml = xml.replace(/
(\s*)<\/strong>/g, "
$1");
xml = xml.replace(/(\s*)<\/strong>/g, "$1");
- xml = xml.replace(/>(.*)<\/strong>:$1:");
+ xml = xml.replace(/>(.*)<\/strong>:$1:<");
// No need for line breaks before paragraph ends
// These often occur with the
s inside /// fixed above.