summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-01 11:32:39 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-01 11:32:39 +0000
commit713e39e172f7e3bc0e054e855c004c27c223e51d (patch)
tree329b75d070201a5413ec24a8253be93b4442b988 /src/usr/local/www/pkg_mgr.php
parent1c2b6edfcae2d943858d54370a53ca851a316bad (diff)
downloadpfsense-713e39e172f7e3bc0e054e855c004c27c223e51d.zip
pfsense-713e39e172f7e3bc0e054e855c004c27c223e51d.tar.gz
Tidy up "pkg_mgr.php"
Table header only has three column, however the table body has four, so add missing column in table header
Diffstat (limited to 'src/usr/local/www/pkg_mgr.php')
-rw-r--r--src/usr/local/www/pkg_mgr.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index 0c5df79..7c94212 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -183,6 +183,7 @@ if(!$pkg_info || !is_array($pkg_info)):?>
<?php endif;?>
<th><?=gettext("Description")?></th>
+ <th></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud