summaryrefslogtreecommitdiff
path: root/modules/drupal.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-24 16:57:12 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-24 16:57:12 +0000
commitcb67c16a4b468948c10e440a4d3138bf59bd7382 (patch)
tree58ffe4d212b9ef38a00af8c5834e92bac4a438d3 /modules/drupal.module
parent93f66c06d3658361beee54ea9e7f2be57f5e219b (diff)
downloadbrdo-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.module2
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();
}