diff --git a/html/user/create_account_action.php b/html/user/create_account_action.php index 466d14fa6e..485d8ba4c0 100644 --- a/html/user/create_account_action.php +++ b/html/user/create_account_action.php @@ -63,7 +63,8 @@ function show_error($str) {

If you're already running the BOINC client, select the Add Project command - and give it your account key."; + and give it your account key. +

"; - mail($new_email_addr, "Account information for ".PROJECT."\nThe URL for this project is \n\n".MASTER_URL."\n\nYour account key is \n\n$authenticator\n\nCopy this information into the BOINC client."); + mail($new_email_addr, "Account information for ".PROJECT,"The URL for this project is \n\n".MASTER_URL."\n\nYour account key is \n\n$authenticator\n\nCopy this information into the BOINC client."); page_tail(); diff --git a/html/user/util.inc b/html/user/util.inc index fe9203e19c..fc44ef4476 100644 --- a/html/user/util.inc +++ b/html/user/util.inc @@ -53,6 +53,8 @@ function page_head($title) { function page_tail() { + echo "Return to ".PROJECT." page
\n"; + // put your copyright notice etc. here echo "


Copyright (c) 2002 Sample Project\n";