Stage deploy: fix about page El tokenizer rendering #141
Reference in New Issue
Block a user
Delete Branch "dev"
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?
Deploys PR #140 fix — about.el raw string syntax to fix El tokenizer mangling text, entities, and aria attributes on /about.
The El HTML template parser (native { } syntax introduced in5cb13d6) 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 in2553a6bwhich 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.