diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-24 16:57:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-24 16:57:12 +0000 |
commit | cb67c16a4b468948c10e440a4d3138bf59bd7382 (patch) | |
tree | 58ffe4d212b9ef38a00af8c5834e92bac4a438d3 /modules/drupal.module | |
parent | 93f66c06d3658361beee54ea9e7f2be57f5e219b (diff) | |
download | brdo-cb67c16a4b468948c10e440a4d3138bf59bd7382.tar.gz brdo-cb67c16a4b468948c10e440a4d3138bf59bd7382.tar.bz2 |
- removed trailing whitespaces and changed tabs in 2 spaces
(done automatically by script)
Diffstat (limited to 'modules/drupal.module')
-rw-r--r-- | modules/drupal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 040b432c2..5190a8a5b 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -32,7 +32,7 @@ function drupal_page() { $output .= " <LI>To subscribe to the <CODE>drupal-support@drop.org</CODE> mailing list, send an e-mail to <A HREF=\"mailto:drupal-support-request@drop.org\">drupal-support-request@drop.org</A> with no subject and put <B>subscribe</B> in the body of your message.</LI>\n"; $output .= " <LI>To unsubscribe from the <CODE>drupal-support@drop.org</CODE> mailing list, send an e-mail to <A HREF=\"mailto:drupal-support-request@drop.org\">drupal-support-request@drop.org</A> and put <B>unsubscribe</B> in the body of your mail.\n"; $theme->box("Support and development", $output); - + $theme->footer(); } |