From 07ff642f810301f78d66ee8b019c7c3a1c28c875 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 27 Oct 2025 10:27:37 +0100 Subject: [PATCH] chore: remove all xml replacement --- src/commands.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands.rs b/src/commands.rs index d87acf1..fda1135 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -249,10 +249,7 @@ fn handle_modify( let output = &"\n" .to_string() .add( - buf - // Use " as used in original file - .replace("\"", """) - .as_str(), + buf.as_str(), ); match outputfile {