I'm sort of new to Zen Cart, but I'm getting the hang of it. This site requires that new customers apply for an account, the main reason for this is that it's a wholesale site, and my customer does not want just anyone to see the prices.

As I've tried to update the auto responder email generated (We wish to welcome you to); I think I did something odd with the code... now when a new customer clicks on the submit button (for a new account) they get a blank page, and the only way to get the page that says "Customer Authorization Pending ..." it to press refresh, which is not the best way to get new customers.

This is the code that I played in, can anyone tell me where I got the code wrong?
PHP Code:
define('EMAIL_TEXT''With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these services include:' "\n\n" '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' "\n\n" '<li><strong>Address Book</strong> - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' "\n\n" '<li><strong>Order History</strong> - View your history of purchases that you have made with us.' "\n\n" '<li><strong>Products Reviews</strong> - Share your opinions on products with our other customers.' "\n\n");

define('EMAIL_CONTACT''For help with any of our online services, please email the store-owner: <a href="mailto:' STORE_OWNER_EMAIL_ADDRESS '">'STORE_OWNER_EMAIL_ADDRESS ." </a>\n\n");

define('EMAIL_GV_CLOSURE','Sincerely,' "\n\n" STORE_OWNER "\nStore Owner\n\n"'<a href="' HTTP_SERVER DIR_WS_CATALOG '">'.HTTP_SERVER DIR_WS_CATALOG ."</a>\n\n"); 
Any help on this would be great, as I'm starting to pull my hair out. Yes, I know I should of made a back-up of the file. Also, I made the mistake of changing the original file that is found in: includes/languages/english/create_account.php

Thanks