diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-13 08:36:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-13 08:36:25 +0000 |
commit | 14514477244e15b88f14b357f004445c2d410fef (patch) | |
tree | 2d088ff017cb2454c755223f3ac7228feac213b5 /modules/drupal/drupal.module | |
parent | 55679210c2e7c4f9755907d1672cc7b682eb350e (diff) | |
download | brdo-14514477244e15b88f14b357f004445c2d410fef.tar.gz brdo-14514477244e15b88f14b357f004445c2d410fef.tar.bz2 |
- forgot to close one HTML tag
Diffstat (limited to 'modules/drupal/drupal.module')
-rw-r--r-- | modules/drupal/drupal.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index eedf29ad3..33ebdd387 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -27,8 +27,8 @@ function drupal_page() { <LI><A HREF=\"module.php?mod=documentation\">documentation</A></LI> <LI><A HREF=\"module.php?mod=wishlist\">wishlist</A></LI> <H2>Mailing list</H2> - The <CODE>drupal-support@drop.org</CODE> list discusses drupal development. All submissions relevant to that, such as bug reports, enhancement ideas, patches or reports that a patch fixed a bug are appropriate. - <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> + <P>The <CODE>drupal-support@drop.org</CODE> list discusses drupal development. All submissions relevant to that, such as bug reports, enhancement ideas, patches or reports that a patch fixed a bug are appropriate.</P> + <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> <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. "; |