We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4188bd7 + e898af2 commit 301eee6Copy full SHA for 301eee6
root/inc/notification.html
@@ -31,9 +31,9 @@
31
END;
32
IF NOTIFICATION.has_email;
33
NOTIFICATION.mailto = MAILTO(
34
- (NOTIFICATION.email || author.email),
+ (NOTIFICATION.email || author.email.0 || author.email),
35
(NOTIFICATION.title _ ' <' _ NOTIFICATION.module _ '>') | url,
36
- NOTIFICATION.body((NOTIFICATION.name || author.name), NOTIFICATION.module) | url
+ NOTIFICATION.body((NOTIFICATION.name || author.asciiname || author.name), NOTIFICATION.module) | url
37
);
38
39
%>
0 commit comments