diff options
-rw-r--r-- | update.php | 2 |
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; |