From ed1e7b333f481a4b3a37b021f2058331b86ebd84 Mon Sep 17 00:00:00 2001 From: Yuxin Wang <2188458+Bi11@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:22:04 +0800 Subject: [PATCH] fix: Remove extra `>` in onboarding(#30065) --- lib/util/onboarding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/onboarding.ts b/lib/util/onboarding.ts index 7fcbc8790..4e2abf5c7 100644 --- a/lib/util/onboarding.ts +++ b/lib/util/onboarding.ts @@ -146,7 +146,7 @@ function generateHtmlForm(currentSettings: RecursivePartial, devices: id="serial_rtscts" name="serial_rtscts" ${currentSettings.serial?.rtscts ? "checked" : ""} - ${process.env.ZIGBEE2MQTT_CONFIG_SERIAL_RTSCTS ? "disabled" : ""}> + ${process.env.ZIGBEE2MQTT_CONFIG_SERIAL_RTSCTS ? "disabled" : ""} style="margin-bottom: 1rem;"> Can be ignored for networked coordinators (TCP).