summaryrefslogtreecommitdiff
path: root/modules/contact/contact.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-04-17 20:48:26 +0000
committerDries Buytaert <dries@buytaert.net>2006-04-17 20:48:26 +0000
commitd071f99172555f680fb4e497f0b5124a3be687ba (patch)
treeb5fc13e5906a4b32c6ad86fd075fc90b186b1394 /modules/contact/contact.module
parent0484fcd1ed3ff9b0e408aecd69234f677dd3cdcf (diff)
downloadbrdo-d071f99172555f680fb4e497f0b5124a3be687ba.tar.gz
brdo-d071f99172555f680fb4e497f0b5124a3be687ba.tar.bz2
- Removing trailing whitespace.
Diffstat (limited to 'modules/contact/contact.module')
-rw-r--r--modules/contact/contact.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index 8008034dd..48f97137a 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -502,7 +502,7 @@ function contact_mail_page_validate($form_id, $form_values) {
*/
function contact_mail_page_submit($form_id, $edit) {
- // E-mail address of the sender: as the form field is a text field,
+ // E-mail address of the sender: as the form field is a text field,
// all instances of \r and \n have been automatically stripped from it.
$from = $edit['mail'];