diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-01 23:11:23 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-01 23:11:23 -0400 |
commit | 524b7a41afc16d0fad2ecb1659e665c781b95bb7 (patch) | |
tree | c9106eb374273f5f03067f649d6063f71af2b09a | |
parent | c9418f04fd8ddcabffb7b30c68078c6d014eddb3 (diff) | |
download | pfsense-524b7a41afc16d0fad2ecb1659e665c781b95bb7.zip pfsense-524b7a41afc16d0fad2ecb1659e665c781b95bb7.tar.gz |
No need to set a class on these items
-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 dc897ce..147575a 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -483,9 +483,9 @@ function installer_main() { <br/> <center> Please select an installer option to begin: - <table class="tabcont" width="100%" border="0" cellpadding="5" cellspacing="5"> + <table width="100%" border="0" cellpadding="5" cellspacing="5"> <tr> - <td class="tabcont" > + <td> <div id="pfsenseinstaller"> <center> Rescue config.xml<p/> |