dev → stage: fix HTML escaping in headings and button #114

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 22:27:30 +00:00
Owner

Merges the el_h1/h2/h3/h4/el_button escape fix into stage to trigger a CI build.

Merges the el_h1/h2/h3/h4/el_button escape fix into stage to trigger a CI build.
will.anderson added 2 commits 2026-05-11 22:21:54 +00:00
fix: heading and button elements pass children unescaped
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m32s
b6bb25e79e
el_h1/h2/h3/h4 and el_button were calling el_escape() on their
content, converting any HTML children (e.g. <span class="gold">)
into literal entity text on screen.

These functions accept composed HTML children, not raw text — they
should pass the argument through like el_div/el_p/el_span do.
el_text, el_attr, el_title, el_textarea, and el_img keep escaping
(they handle actual text/attribute values, not HTML children).
will.anderson merged commit f5cbc15b43 into stage 2026-05-11 22:27:30 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#114