diff options
Diffstat (limited to 'install/upgrade_1.5.0.php')
-rw-r--r-- | install/upgrade_1.5.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.5.0.php b/install/upgrade_1.5.0.php index 036472449..5ab450dad 100644 --- a/install/upgrade_1.5.0.php +++ b/install/upgrade_1.5.0.php @@ -394,7 +394,7 @@ SELECT value ;'; list($d) = array_from_query($query, 'value'); -$page_banner='<div id="theHeader"><h1>'.$t.'</h1><p>'.$d.'</p></div>'; +$page_banner='<h1>'.$t.'</h1><p>'.$d.'</p>'; $page_banner=addslashes($page_banner); $query = ' INSERT INTO '.PREFIX_TABLE.'config |