diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-04-30 18:30:20 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-04-30 20:18:56 +0200 |
commit | 346899e832bd91f16733e197f592e7dae0173f70 (patch) | |
tree | b106ac272adc4bb0740fdbb0ab33e684e4eea1fd /www/wot.php | |
parent | 7f02d479140d2c47e9359191ed2a7d687c6b9a33 (diff) | |
download | cacert-devel-346899e832bd91f16733e197f592e7dae0173f70.tar.gz cacert-devel-346899e832bd91f16733e197f592e7dae0173f70.tar.xz cacert-devel-346899e832bd91f16733e197f592e7dae0173f70.zip |
bug 1138: Whitespace changes and code formatting
Diffstat (limited to 'www/wot.php')
-rw-r--r-- | www/wot.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wot.php b/www/wot.php index 7ce757d..faa8339 100644 --- a/www/wot.php +++ b/www/wot.php @@ -133,9 +133,9 @@ function send_reminder() //This mail does not need to be translated $body = "Hi TTP adminstrators,\n\n"; $body .= "User ".$_SESSION['profile']['fname']." ". - $_SESSION['profile']['lname']." with email address '". - $_SESSION['profile']['email']."' is requesting a TTP assurances for ". - mysql_escape_string(stripslashes($_POST['country'])).".\n\n"; + $_SESSION['profile']['lname']." with email address '". + $_SESSION['profile']['email']."' is requesting a TTP assurances for ". + mysql_escape_string(stripslashes($_POST['country'])).".\n\n"; if ($_POST['ttptopup']=='1') { $body .= "The user is also requesting TTP TOPUP.\n\n"; }else{ |