diff --git a/index.html b/index.html
index f168719..58e02c3 100644
--- a/index.html
+++ b/index.html
@@ -11231,7 +11231,7 @@
if (separate_data.length !== 2) return;
- cloudArticleApp.addArticleContent(separate_data[0].trim(), separate_data[1].trim(), updated_content, myFloID);
+ cloudArticleApp.addArticleContent(separate_data[0], separate_data[1], updated_content, myFloID);
buttonVisibility('hide', parent)
},