From 5bdf19c5ae707d817871f8805b170e40975f3c61 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 1 Mar 2023 09:43:42 -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 4fc7b5042..0644966c3 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -780,7 +780,7 @@ let postSaveTimer = null; case "image/png": case "image/gif": {{*let send = `[zmg]${baseurl}/cloud/${address}/${result.display_path}[/zmg]`;*}} - let send = `[zrl=${baseurl}/cloud/${address}/${result.hash}][/zrl][zmg]${baseurl}/cloud/${address}/{result.display_path}[/zmg][/zrl]`; + let send = `[zrl=${baseurl}/cloud/${address}/${result.hash}][zmg]${baseurl}/cloud/${address}/{result.display_path}[/zmg][/zrl]`; return `
  • `; case "video/mp4": case "video/webm":