fix: use zero-width spaces to prevent email auto-linking

Replace . encoding with zero-width space (​) approach to prevent
email clients from auto-linking "rezije.app" in header and body text.

Changed "rezije.app" to "rezije​.​app" which displays normally
but breaks the auto-link detection pattern.

Applied to:
- Header h1 tags in all templates
- Body text mentions in email-validation template

🤖 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:17:15 +01:00
parent a7d13ba6dc
commit bb66ebe3b1
3 changed files with 4 additions and 4 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&#46;app
rezije&#8203;.&#8203;app
</h1>
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
Property Management Made Easy
@@ -56,7 +56,7 @@
<p style="margin: 0 0 20px 0; font-size: 16px; line-height: 24px; color: #333333;">
<strong>What is this all about?</strong><br>
<strong>rezije.app</strong> is an online app which helps property owners manage expenses related to properties they lease.
<strong>rezije&#8203;.&#8203;app</strong> is an online app which helps property owners manage expenses related to properties they lease.
</p>
<p style="margin: 0 0 20px 0; font-size: 16px; line-height: 24px; color: #333333;">

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&#46;app
rezije&#8203;.&#8203;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&#46;app
rezije&#8203;.&#8203;app
</h1>
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
Property Management Made Easy