Stage deploy: fix about page El tokenizer rendering #141

Merged
will.anderson merged 2 commits from dev into stage 2026-05-13 16:47:00 +00:00
Owner

Deploys PR #140 fix — about.el raw string syntax to fix El tokenizer mangling text, entities, and aria attributes on /about.

Deploys PR #140 fix — about.el raw string syntax to fix El tokenizer mangling text, entities, and aria attributes on /about.
will.anderson added 2 commits 2026-05-13 16:46:52 +00:00
Fix about page rendering: restore raw string syntax to fix El tokenizer mangling
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m45s
675c467a74
The El HTML template parser (native { } syntax introduced in 5cb13d6) strips
spaces from text nodes, drops & from HTML entities (' → 39;), and breaks
hyphenated attribute names (aria-label → aria - label). All other component
files were already converted to the extern el_*() function style in 2553a6b
which is immune to this issue. about.el was the only page still using the
broken template syntax. Restoring the raw string return style fixes all
rendering defects on /about.
Fix about page: restore raw string syntax to fix El tokenizer rendering
will.anderson merged commit 6dedb97719 into stage 2026-05-13 16:47:00 +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#141