diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-01 23:22:22 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-01 23:22:22 -0400 |
commit | 824f539d123630d9ac2840bb3e277428fc47267f (patch) | |
tree | c5a37b2b5ee7d30119581544fc0acf2d30422cdf /usr | |
parent | 524b7a41afc16d0fad2ecb1659e665c781b95bb7 (diff) | |
download | pfsense-824f539d123630d9ac2840bb3e277428fc47267f.zip pfsense-824f539d123630d9ac2840bb3e277428fc47267f.tar.gz |
Do not set tabcont class
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 147575a..771fb40 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -366,9 +366,9 @@ function quickeasyinstall_gui() { <tr> <td> <div id="mainarea"> - <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> - <td class="tabcont" > + <td> <div id="pfsenseinstaller" width="100%"> <div id='installerrunning' width='100%' style="padding:8px; border:1px dashed #000000"> <table> |