diff options
author | Ermal LUÇI <eri@pfsense.org> | 2014-11-26 15:21:00 +0100 |
---|---|---|
committer | Ermal LUÇI <eri@pfsense.org> | 2014-11-26 15:21:00 +0100 |
commit | 94b0ac1c00df053245a6c8eeaca5361f04454d8e (patch) | |
tree | f77747be5be5968615a5b14eef4dd8aeaad390f9 /usr/local | |
parent | 2f8f9d5ac0c39c5f6a59cbc13e5370ca45892593 (diff) | |
download | pfsense-94b0ac1c00df053245a6c8eeaca5361f04454d8e.zip pfsense-94b0ac1c00df053245a6c8eeaca5361f04454d8e.tar.gz |
Remove a blank row in the tab display during firmware update
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_firmware_auto.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index d649397..fae129b 100755 --- a/usr/local/www/system_firmware_auto.php +++ b/usr/local/www/system_firmware_auto.php @@ -73,7 +73,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> <form action="system_firmware_auto.php" method="post"> -<table width="100%" border="0" cellpadding="6" cellspacing="0" summary="firmware auto-check"> +<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="firmware auto-check"> <tr> <td> <?php |