briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

Cleaned up description.html.twig and fixed non ANSI characters. #38

Closed mortenson closed 7 years ago

mortenson commented 7 years ago

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.

briancwald commented 7 years ago

Nice, this seems to work well from my testing, good solution!