pub fn escape_html_attribute(text: &str) -> Cow<'_, str>
Escape characters to make it safe for an HTML string.