diff --git a/klite.embd b/klite.embd
index 99ce563c4..0fd16a707 100644
--- a/klite.embd
+++ b/klite.embd
@@ -4930,6 +4930,7 @@ Current version: 148
else
{
cstoryjson = share_plaintext();
+ cstoryjson = replaceAll(cstoryjson,"\n","
",false);
console.log("Export Len: " + cstoryjson.length);
document.getElementById("sharecontainertitle").innerText = "Share Story as Plaintext";
document.getElementById("sharestorytext").innerHTML = "
"+cstoryjson+"
";