mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Improve escaping content for database primary key, relation, and rollup fields https://github.com/siyuan-note/siyuan/issues/13704
This commit is contained in:
parent
713c55ed7a
commit
e26bcfac62
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ func updateAttributeViewBlockText(updatedDefNodes map[string]*ast.Node) {
|
|||
changedAv = true
|
||||
}
|
||||
if newContent != blockValue.Block.Content {
|
||||
blockValue.Block.Content = newContent
|
||||
blockValue.Block.Content = util.UnescapeHTML(newContent)
|
||||
changedAv = true
|
||||
}
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue