diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 16f5a4361..abb4489e6 100644 --- a/update.php +++ b/update.php @@ -801,7 +801,7 @@ function update_page_header($title) { </style> EOF; $output .= "</head><body><a href=\"http://drupal.org/\">"; - $output .= "<img align=\"right\" src=\"misc/druplicon-small.gif\" alt=\"Druplicon - Drupal logo\" border=\"0\" /></a>"; + $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; } |