summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 23:22:22 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 23:22:22 -0400
commit824f539d123630d9ac2840bb3e277428fc47267f (patch)
treec5a37b2b5ee7d30119581544fc0acf2d30422cdf /usr/local/www/installer.php
parent524b7a41afc16d0fad2ecb1659e665c781b95bb7 (diff)
downloadpfsense-824f539d123630d9ac2840bb3e277428fc47267f.zip
pfsense-824f539d123630d9ac2840bb3e277428fc47267f.tar.gz
Do not set tabcont class
Diffstat (limited to 'usr/local/www/installer.php')
-rw-r--r--usr/local/www/installer.php4
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>
OpenPOWER on IntegriCloud