diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 17:30:59 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 17:30:59 -0400 |
commit | 8965327ca66776e4b3fc65c7f5c750b22dde1a2b (patch) | |
tree | ccbae120bc3447b82b0e29a65b4064b5e53cf4ef | |
parent | 1fb1f3fead2aa0b7c7da1f063e160d4af52d083b (diff) | |
download | pfsense-8965327ca66776e4b3fc65c7f5c750b22dde1a2b.zip pfsense-8965327ca66776e4b3fc65c7f5c750b22dde1a2b.tar.gz |
Format options screen in a table
-rw-r--r-- | usr/local/www/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 0a692c0..e84dd66 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -429,7 +429,7 @@ function verify_before_install() { <div id="mainarea"> <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> - <td class="tabcont" > + <td> <div> <center> <div id="pfsensetemplate"> |