htbuilder icon indicating copy to clipboard operation
htbuilder copied to clipboard

Fixed escaping

Open bernard-crnkovic opened this issue 1 year ago • 1 comments

I added markupsafe because i needed it. Fixes the issue https://github.com/tvst/htbuilder/issues/5

bernard-crnkovic avatar Aug 01 '24 19:08 bernard-crnkovic

Honest question - why would markupsafe.escape() be a better solution than html.escape() (given that html is included in the standard library)?

chrispy-snps avatar Jul 16 '25 17:07 chrispy-snps