This PR cleans up description.html.twig and the templates that call it, and fixes non ANSI characters not being rendered correctly. I also cleaned up the filtering a bit so that the only thing that runs through the description text is e('html_attr'), which simply escapes quotes in the string so that HTML descriptions still work without escaping out of the attribute.
This PR cleans up description.html.twig and the templates that call it, and fixes non ANSI characters not being rendered correctly. I also cleaned up the filtering a bit so that the only thing that runs through the description text is
e('html_attr')
, which simply escapes quotes in the string so that HTML descriptions still work without escaping out of the attribute.