From b7b4fa493c02da5448c67917fe8d82411004b1c0 Mon Sep 17 00:00:00 2001 From: lyra_phasma Date: Thu, 9 Apr 2026 20:19:23 +0000 Subject: [PATCH] Update scripts/patch-weboffice-collabora-yaml.py --- scripts/patch-weboffice-collabora-yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch-weboffice-collabora-yaml.py b/scripts/patch-weboffice-collabora-yaml.py index 5001434..ad96e30 100644 --- a/scripts/patch-weboffice-collabora-yaml.py +++ b/scripts/patch-weboffice-collabora-yaml.py @@ -22,7 +22,7 @@ if "--o:hexify_embedded_urls=true" in extra_str: lines = extra_str.splitlines() -lines.append(" --o:hexify_embedded_urls=true") +lines.append("--o:hexify_embedded_urls=true") data["services"]["collabora"]["environment"]["extra_params"] = "\n".join(lines)