fix: encode period in email template header to prevent auto-linking

Replace the period in "rezije.app" header text with HTML entity . to
prevent email clients from automatically converting it into a clickable link.

This change only affects the display text in the h1 header, not the actual
URLs which remain unchanged for proper functionality.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2025-12-30 19:09:22 +01:00
parent c7e81a27ee
commit a7d13ba6dc
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
</td>
<td style="vertical-align: middle; text-align: left;">
<h1 style="margin: 0; font-size: 28px; color: #ffffff; font-weight: bold;">
rezije.app
rezije&#46;app
</h1>
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
Property Management Made Easy

View File

@@ -30,7 +30,7 @@
</td>
<td style="vertical-align: middle; text-align: left;">
<h1 style="margin: 0; font-size: 28px; color: #ffffff; font-weight: bold;">
rezije.app
rezije&#46;app
</h1>
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
Property Management Made Easy

View File

@@ -30,7 +30,7 @@
</td>
<td style="vertical-align: middle; text-align: left;">
<h1 style="margin: 0; font-size: 28px; color: #ffffff; font-weight: bold;">
rezije.app
rezije&#46;app
</h1>
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
Property Management Made Easy