Commit 19a0cbe
committed
Fix issue #1276: Remove indentation from URLs in email templates
- Removed leading spaces from {confirmation_link} in ACCEPT_TEXT template
- Removed leading spaces from {orga_url} in NEW_SUBMISSION_TEXT template
- Removed leading spaces from {orga_url} in UPDATE_TEXT template
Email clients (Gmail, Outlook, etc.) don't auto-link URLs with leading
whitespace, treating them as preformatted text instead. This caused
confirmation links in acceptance emails to appear as plain text instead
of clickable links.1 parent 11ce87b commit 19a0cbe
1 file changed
+21
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
96 | 113 | | |
97 | 114 | | |
98 | 115 | | |
| |||
0 commit comments