From 547b8451c0cec48a7e10bd5d6a19a98e50d346be Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 12 Apr 2026 17:46:59 -0500 Subject: [PATCH] =?UTF-8?q?Render=20literal=20=C3=97=20in=20"Feed=20Loss?= =?UTF-8?q?=20(=C3=972)"=20on=20/path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HEEx attribute values aren't run through Elixir's string escape machinery, so "Feed Loss (\u00d72)" was showing up verbatim in the Power Budget card instead of collapsing to the multiplication sign. Swap the escape for the literal U+00D7 character. --- lib/microwaveprop_web/live/path_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/microwaveprop_web/live/path_live.ex b/lib/microwaveprop_web/live/path_live.ex index 0286d4aa..071a3768 100644 --- a/lib/microwaveprop_web/live/path_live.ex +++ b/lib/microwaveprop_web/live/path_live.ex @@ -734,7 +734,7 @@ defmodule MicrowavepropWeb.PathLive do unit="dBi" positive /> - <.budget_row label="Feed Loss (\u00d72)" value={-2.0} unit="dB" /> + <.budget_row label="Feed Loss (×2)" value={-2.0} unit="dB" />
<.budget_row label="EIRP" value={@result.power_budget.eirp_dbm - 2.0} unit="dBm" bold /> <.budget_row