- Fixed typo in drupal.module (and helping Natrak to get the CVS digests

right).
3-00
Dries Buytaert 2001-05-13 17:04:03 +00:00
parent d92b9e9c9b
commit 743fdddcda
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ function drupal_page() {
$output .= "<H3>Mailing lists</H3>\n";
$output .= " <LI><A HREF=\"node.php?title=mailing+lists\">mailing lists</A></LI>";
$output .= "<H3>Development</H3>\n";
$output .= " <LI><A HREF=\"node.php?title=development\">drupal development</A> (<A HREF=\"node.php?title=development\">CVS</A>)</LI>\n";
$output .= " <LI><A HREF=\"node.php?title=development\">drupal development</A> (<A HREF=\"node.php?title=CVS\">CVS</A>)</LI>\n";
$theme->box("Support and development", $output);
$theme->footer();

View File

@ -26,7 +26,7 @@ function drupal_page() {
$output .= "<H3>Mailing lists</H3>\n";
$output .= " <LI><A HREF=\"node.php?title=mailing+lists\">mailing lists</A></LI>";
$output .= "<H3>Development</H3>\n";
$output .= " <LI><A HREF=\"node.php?title=development\">drupal development</A> (<A HREF=\"node.php?title=development\">CVS</A>)</LI>\n";
$output .= " <LI><A HREF=\"node.php?title=development\">drupal development</A> (<A HREF=\"node.php?title=CVS\">CVS</A>)</LI>\n";
$theme->box("Support and development", $output);
$theme->footer();