1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-10-28 23:42:16 +00:00

chore: remove all xml replacement

This commit is contained in:
2025-10-27 10:27:37 +01:00
parent 0eba8fdf4e
commit 07ff642f81

View File

@@ -249,10 +249,7 @@ fn handle_modify(
let output = &"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
.to_string()
.add(
buf
// Use &quot; as used in original file
.replace("\"", "&quot;")
.as_str(),
buf.as_str(),
);
match outputfile {