From 4fdad7aa0795807f267d0b8206b79d881c1331c1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 20 Oct 2003 19:21:17 +0000 Subject: - Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 23034cac7..9ad8f0e82 100644 --- a/update.php +++ b/update.php @@ -551,7 +551,7 @@ function update_page_header($title) { @import url("misc/drupal.css"); EOF; - $output .= ""; + $output .= ""; $output .= "
\"Druplicon
"; $output .= "

$title

"; return $output; -- cgit v1.2.3