mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #69488
This commit is contained in:
@ -229,7 +229,7 @@ void meta_user_defined::serialize(std::wostream & _Wostream)
|
||||
CP_XML_NODE_SIMPLE()
|
||||
{
|
||||
CP_XML_ATTR(L"meta:name", meta_name_);
|
||||
CP_XML_ATTR(L"meta:value-type", meta_value_type_);
|
||||
CP_XML_ATTR_OPT(L"meta:value-type", meta_value_type_);
|
||||
|
||||
CP_XML_STREAM() << XmlUtils::EncodeXmlString(content_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user