diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-03 20:50:46 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-03 20:50:46 +0000 |
commit | 10dbb5d350537b9d5cecd8b9122592900b144769 (patch) | |
tree | 84693daa3a40b0a8c7c6a2d08ea4a3cb5a7a2aaf /views/installation/page_shells/default.php | |
parent | e0227b58048da271f58e94db4353908eca56f817 (diff) | |
download | elgg-10dbb5d350537b9d5cecd8b9122592900b144769.tar.gz elgg-10dbb5d350537b9d5cecd8b9122592900b144769.tar.bz2 |
Refs #2706 updates display of installer due to switch to dashes in CSS elements
git-svn-id: http://code.elgg.org/elgg/trunk@7521 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/page_shells/default.php')
-rw-r--r-- | views/installation/page_shells/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/page_shells/default.php b/views/installation/page_shells/default.php index 27a7c2fe2..fbc5ccbf2 100644 --- a/views/installation/page_shells/default.php +++ b/views/installation/page_shells/default.php @@ -31,7 +31,7 @@ header('Expires: Fri, 05 Feb 1982 00:00:00 -0500', TRUE); <link rel="stylesheet" href="<?php echo elgg_get_site_url(); ?>install/css/install.css" type="text/css" /> </head> <body> - <div id="elgg_wrapper"> + <div id="elgg-wrapper"> <div id="elgg-header"> <?php echo elgg_view('install/header', $vars); ?> </div> |