mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
fixes for zip export/import in regard to attachments
This commit is contained in:
@@ -252,7 +252,7 @@ class AbstractBeccaEntity {
|
||||
if (this.hasStringContent()) {
|
||||
return content === null
|
||||
? ""
|
||||
: content.toString("UTF-8");
|
||||
: content.toString("utf-8");
|
||||
} else {
|
||||
return content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user