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:
@@ -249,10 +249,7 @@ fn handle_modify(
|
|||||||
let output = &"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
|
let output = &"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
|
||||||
.to_string()
|
.to_string()
|
||||||
.add(
|
.add(
|
||||||
buf
|
buf.as_str(),
|
||||||
// Use " as used in original file
|
|
||||||
.replace("\"", """)
|
|
||||||
.as_str(),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
match outputfile {
|
match outputfile {
|
||||||
|
|||||||
Reference in New Issue
Block a user