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:
@@ -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​.​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​.​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;">
|
||||
|
||||
@@ -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​.​app
|
||||
</h1>
|
||||
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
|
||||
Property Management Made Easy
|
||||
|
||||
@@ -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​.​app
|
||||
</h1>
|
||||
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
|
||||
Property Management Made Easy
|
||||
|
||||
Reference in New Issue
Block a user