diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index b7c898b26..bcc000cc8 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -826,7 +826,8 @@ let postSaveTimer = null; case "application/json": let sendplain_id = `embedFiles_${result.id}`; $( document ).ready(function() { document.getElementById(sendplain_id).addEventListener("click", function() { setEmbedFiles2(result); }); }); - return`
  • ${result.filename}

  • `; + return`
  • ${result.filename}

    +
    ${result.filetype}
  • `; default: return; }