htbuilder
htbuilder copied to clipboard
Fixed escaping
I added markupsafe because i needed it. Fixes the issue https://github.com/tvst/htbuilder/issues/5
Honest question - why would markupsafe.escape() be a better solution than html.escape() (given that html is included in the standard library)?