html_escape

Function html_escape 

Source
pub(super) fn html_escape(s: &str) -> String
Expand 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.