aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-14 13:56:47 +1000
committeronefang2021-09-14 13:56:47 +1000
commitb0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0 (patch)
tree95e6599bc5bddd0b4d4e05bc38eb96c226161ba0
parentComment out the lua_isnumber() check. (diff)
downloadopensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.zip
opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.tar.gz
opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.tar.bz2
opensim-SC-b0b7790a52a0b602c50a0f3ef9afbc2e0a6382b0.tar.xz
New lines in the emails.
-rw-r--r--src/sledjchisl/sledjchisl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 476c728..41cc886 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -5156,7 +5156,7 @@ char *checkLinky(reqData *Rd)
5156 char *t1 = qurl_encode(t0, strlen(t0)); 5156 char *t1 = qurl_encode(t0, strlen(t0));
5157 free(ret); 5157 free(ret);
5158 ret = xmprintf("<p><font color='red'><b>You have an email waiting with a validation link in it, please check your email. &nbsp; " 5158 ret = xmprintf("<p><font color='red'><b>You have an email waiting with a validation link in it, please check your email. &nbsp; "
5159 "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!" 5159 "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS! &nbsp; "
5160 "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. &nbsp; " 5160 "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. &nbsp; "
5161 "You should add that email address to your contacts, or otherwise let it through your spam filter. &nbsp; " 5161 "You should add that email address to your contacts, or otherwise let it through your spam filter. &nbsp; "
5162 "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. &nbsp; " 5162 "It will be from %s@%s, and it might be in your spam folder, coz these sorts of emails sometimes end up there. &nbsp; "
@@ -5397,7 +5397,7 @@ t("Write shs %s", tnm4);
5397 "\n" 5397 "\n"
5398 "Please go to this web link to validate your new account -\n" 5398 "Please go to this web link to validate your new account -\n"
5399 "https://%s%s?hashish=%s\n" 5399 "https://%s%s?hashish=%s\n"
5400 "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!" 5400 "THE FOLLOWING IS REPEATED, COZ PEOPLE JUST DON'T FOLLOW DIRECTIONS!\n"
5401 "If your email client wont let you click the validation\n" 5401 "If your email client wont let you click the validation\n"
5402 "link, just copy and paste it into your web browser.\n" 5402 "link, just copy and paste it into your web browser.\n"
5403 "If your email client wont let you click the validation\n" 5403 "If your email client wont let you click the validation\n"