From b79eb4a1e06f5489d72dd6aab7c6762e2fb1adbe Mon Sep 17 00:00:00 2001 From: lyra_phasma Date: Sun, 12 Apr 2026 19:40:06 +0800 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 d509931..52984b2 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[-1] = lines[-1] += " \\" +lines[-1] += " \\" lines.append("--o:hexify_embedded_urls=true")