mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 01:16:29 +03:00
chore(cargo): bump quick-xml from 0.37.5 to 0.38.3
This commit is contained in:
@@ -140,7 +140,7 @@ impl Kml {
|
||||
if self.tag == KmlTag::PlacemarkTimestampWhen
|
||||
|| self.tag == KmlTag::PlacemarkPointCoordinates
|
||||
{
|
||||
let val = event.unescape().unwrap_or_default();
|
||||
let val = event.xml_content().unwrap_or_default();
|
||||
|
||||
let val = val.replace(['\n', '\r', '\t', ' '], "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user