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"
|
||||
.to_string()
|
||||
.add(
|
||||
buf
|
||||
// Use " as used in original file
|
||||
.replace("\"", """)
|
||||
.as_str(),
|
||||
buf.as_str(),
|
||||
);
|
||||
|
||||
match outputfile {
|
||||
|
||||
Reference in New Issue
Block a user