From 14514477244e15b88f14b357f004445c2d410fef Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 13 Jan 2001 08:36:25 +0000 Subject: [PATCH] - forgot to close one HTML tag --- modules/drupal.module | 4 ++-- modules/drupal/drupal.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/drupal.module b/modules/drupal.module index eedf29ad35fd..33ebdd387f67 100644 --- a/modules/drupal.module +++ b/modules/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. "; diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index eedf29ad35fd..33ebdd387f67 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. "; -- GitLab