diff --git a/app/src/history/history.ts b/app/src/history/history.ts index 414677e13..0e2a890dd 100644 --- a/app/src/history/history.ts +++ b/app/src/history/history.ts @@ -599,11 +599,11 @@ const bindEvent = (app: App, element: Element, dialog?: Dialog) => { chipClass += "b3-chip--warning "; ariaLabel = window.siyuan.languages.historyOutline; } - html += `
  • - ${docItem.op.substring(0, 1).toUpperCase()} - ${escapeHtml(docItem.title)} + html += `
  • + ${docItem.op.substring(0, 1).toUpperCase()} + ${escapeHtml(docItem.title)} - +
  • `;