mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🐛 [[ path 没有转义
This commit is contained in:
parent
bef7a12d7a
commit
bd8254945d
2 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
|
|||
<svg class="b3-list-item__graphic popover__block" data-id="${item.id}"><use xlink:href="#${iconName}"></use></svg>
|
||||
<span class="b3-list-item__text">${item.content}</span>
|
||||
</div>
|
||||
<div class="b3-list-item__meta">${item.hPath}</div></button>`;
|
||||
<div class="b3-list-item__meta">${escapeHtml(item.hPath)}</div></button>`;
|
||||
});
|
||||
if (searchHTML === "") {
|
||||
searchHTML = `<button class="b3-list-item b3-list-item--two fn__block" data-value="">${window.siyuan.languages.emptyContent}</button>`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue