From 121b5425c2dc4c9373cd3e358b495968e028d1cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 4 Jul 2001 12:20:14 +0000 Subject: - Fixed tiny typo which broke the download link --- modules/drupal.module | 2 +- modules/drupal/drupal.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/drupal.module b/modules/drupal.module index a5da33f5c..63eda27fa 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -19,7 +19,7 @@ function drupal_page() { $theme->box("Drupal", $output); $output = "

Download Drupal

\n"; - $output .= "
  • Drupal 2.00 (2001/03/15 - latest version)
  • \n"; + $output .= "
  • Drupal 2.00 (2001/03/15 - latest version)
  • \n"; $output .= "
  • Drupal 1.00 (2001/01/15)
  • \n"; $output .= "

    Drupal website

    \n"; $output .= "
  • http://www.drupal.org/
  • \n"; diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index a5da33f5c..63eda27fa 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -19,7 +19,7 @@ function drupal_page() { $theme->box("Drupal", $output); $output = "

    Download Drupal

    \n"; - $output .= "
  • Drupal 2.00 (2001/03/15 - latest version)
  • \n"; + $output .= "
  • Drupal 2.00 (2001/03/15 - latest version)
  • \n"; $output .= "
  • Drupal 1.00 (2001/01/15)
  • \n"; $output .= "

    Drupal website

    \n"; $output .= "
  • http://www.drupal.org/
  • \n"; -- cgit v1.2.3