diff options
author | jim-p <jimp@pfsense.org> | 2013-05-23 13:53:50 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-05-23 13:53:50 -0400 |
commit | 3203270cc58d6f0a5aa5ff586efc524fb13d12da (patch) | |
tree | c5bc028766647a3f1b45225b8d87f5216b4c514f /config/systempatches | |
parent | 93d9623e0bd770c3f7ae8606bb55d6d1d9429635 (diff) | |
download | pfsense-packages-3203270cc58d6f0a5aa5ff586efc524fb13d12da.tar.gz pfsense-packages-3203270cc58d6f0a5aa5ff586efc524fb13d12da.tar.bz2 pfsense-packages-3203270cc58d6f0a5aa5ff586efc524fb13d12da.zip |
Fix column alignment.
Diffstat (limited to 'config/systempatches')
-rw-r--r-- | config/systempatches/system_patches.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systempatches/system_patches.php b/config/systempatches/system_patches.php index 70260e4b..7fe860bd 100644 --- a/config/systempatches/system_patches.php +++ b/config/systempatches/system_patches.php @@ -260,7 +260,7 @@ foreach ($a_patches as $thispatch): </td></tr> <?php $i++; $npatches++; endforeach; ?> <tr> - <td class="list" colspan="7"></td> + <td class="list" colspan="8"></td> <td class="list" valign="middle" nowrap> <table border="0" cellspacing="0" cellpadding="1" summary="edit"> <tr> |