summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-20 19:21:17 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-20 19:21:17 +0000
commit4fdad7aa0795807f267d0b8206b79d881c1331c1 (patch)
tree5263b2186cd9e05e641d1af1b511b0f9b2e8c427 /update.php
parentbd64bc1f4517f0cda22368dd3e994b1afcc0b12f (diff)
downloadbrdo-4fdad7aa0795807f267d0b8206b79d881c1331c1.tar.gz
brdo-4fdad7aa0795807f267d0b8206b79d881c1331c1.tar.bz2
- Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
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");
</style>
EOF;
- $output .= "</head><body><a href=\"http://drupal.org/\">";
+ $output .= "</head><body>";
$output .= "<div id=\"logo\"><a href=\"http://drupal.org/\"><img src=\"misc/druplicon-small.gif\" alt=\"Druplicon - Drupal logo\" title=\"Druplicon - Drupal logo\" /></a></div>";
$output .= "<div id=\"update\"><h1>$title</h1>";
return $output;