diff --git a/kernel/model/attribute_view.go b/kernel/model/attribute_view.go index 3a7c8600f..4f89c31c5 100644 --- a/kernel/model/attribute_view.go +++ b/kernel/model/attribute_view.go @@ -1916,6 +1916,7 @@ func addAttributeViewBlock(now int64, avID, blockID, previousBlockID, addingBloc var blockIcon string if !isDetached { blockIcon, addingBlockContent = getNodeAvBlockText(node) + addingBlockContent = util.UnescapeHTML(addingBlockContent) } // 检查是否重复添加相同的块