diff options
author | Colin Smith <colin@pfsense.org> | 2005-06-29 04:14:19 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-06-29 04:14:19 +0000 |
commit | c03d45a241a7891c0b36a437db231da8cd018ee1 (patch) | |
tree | 21260a1ae9edea031f27103b6d98fe0af6e68d4d /usr | |
parent | 0b2e3c64448ded8b5b3093114f75241f272163fd (diff) | |
download | pfsense-c03d45a241a7891c0b36a437db231da8cd018ee1.zip pfsense-c03d45a241a7891c0b36a437db231da8cd018ee1.tar.gz |
Fix forms.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_firmware_settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php index e881aea..56cc941 100755 --- a/usr/local/www/system_firmware_settings.php +++ b/usr/local/www/system_firmware_settings.php @@ -85,7 +85,7 @@ include("fbegin.inc"); <p class="pgtitle">System: Firmware Settings</p> <?php if ($savemsg) print_info_box($savemsg); ?> - <table width="100%" border="0" cellpadding="6" cellspacing="0"> + <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <ul id="tabnav"> |