pub(super) fn html_escape(s: &str) -> StringExpand description
Minimal HTML escape for the recovery page. Only the characters that
would break the format!-templated string need attention; the input
(CEF status enum + cef-provided error string) is trusted but may
contain & / < / > in some failure modes.