Skip to content

fix: footer middot rendering in deploy#5

Merged
avrabe merged 1 commit intomainfrom
fix/footer-middot
Mar 2, 2026
Merged

fix: footer middot rendering in deploy#5
avrabe merged 1 commit intomainfrom
fix/footer-middot

Conversation

@avrabe
Copy link
Contributor

@avrabe avrabe commented Mar 2, 2026

Summary

  • · was rendering as plaintext middot; because sed treats & as a backreference in replacement strings
  • Replaced with literal UTF-8 · character

Test plan

🤖 Generated with Claude Code

sed treats & as special in replacement strings, causing the HTML
entity to render as plaintext. Use UTF-8 middle dot directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@avrabe avrabe merged commit 2438564 into main Mar 2, 2026
1 check passed
@avrabe avrabe deleted the fix/footer-middot branch March 2, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant