938 B
938 B
Phoenix Digest — 2026-04-30
Bug Fixes
#6667 — Fix live_title having line breaks (lubien)
Merged: 2026-04-29T17:20:23Z
The phx.new generator template had <.live_title> content on separate lines.
The HEEx formatter injected literal newlines into the rendered <title> tag,
which appeared in link previews on Discord, WhatsApp, and Telegram.
Fix: Collapse the template to a single line with phx-no-format, preventing
the formatter from re-introducing whitespace.
Impact: Every new Phoenix 1.8 project shipped this cosmetic bug. Users had
to manually add phx-no-format as a workaround.
Discussion: Issue reported and PR landed same day. SteffenDE (core team) requested the PR, lubien delivered within the hour.
Light day. One quick community fix.