tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.
https://j2html.com/
Apache License 2.0
765 stars 136 forks source link

Escape Attribute on render instead of in constructor. Fixes #160 #162

Closed lambdaupb closed 4 years ago

lambdaupb commented 4 years ago

Also initialize EscapeUtil StringBuilder with input length to avoid growing copying.

160

tipsy commented 4 years ago

Thanks