diff --git a/app/src/search/util.ts b/app/src/search/util.ts index 57eabc46f..ecd2c11e6 100644 --- a/app/src/search/util.ts +++ b/app/src/search/util.ts @@ -1347,10 +1347,10 @@ const onSearch = (data: IBlock[], edit: Protyle, element: Element) => { ${unicode2Emoji(getNotebookIcon(item.box) || Constants.SIYUAN_IMAGE_NOTE, false, "b3-list-item__graphic", true)} -${escapeGreat(title)} +${escapeGreat(title)}
`; item.children.forEach((childItem, childIndex) => { - resultHTML += `
+ resultHTML += `
${unicode2Emoji(childItem.ial.icon, false, "b3-list-item__graphic", true)} ${childItem.content}