fix: heading and button elements pass children unescaped #113
Reference in New Issue
Block a user
Delete Branch "fix/force-full-rebuild"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
el_h1/h2/h3/h4 and el_button were calling el_escape() on content, converting HTML children like
<span class="gold">into entity text on screen. Pass children raw, same as el_div/el_p/el_span. Fixes the HTML escaping bug introduced with the new elb build system.