From 3a6aceb59a7b515624cd216d19973b9a0e60f396 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 28 Feb 2023 13:30:06 -0500 Subject: [PATCH] Update jot-header.tpl --- view/tpl/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 1776912f8..32ba82655 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -768,7 +768,7 @@ let postSaveTimer = null; function setEmbedFiles(send) { //alert(`Send: ${send}`); - $("#profile-jot-form").html(send.toString()); + $("#profile-jot-form").html(`
${send.toString()}
); preview_post(); } {{* end new setEmbedFiles *}}