From e433afb261e3501780b811db1c280a87125fd17e Mon Sep 17 00:00:00 2001
From: Concedo <39025047+LostRuins@users.noreply.github.com>
Date: Thu, 27 Jun 2024 15:51:34 +0800
Subject: [PATCH] updated lite
---
klite.embd | 1 +
1 file changed, 1 insertion(+)
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+"
";