summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-23 17:13:17 +0545
committerPhil Davis <phil.davis@inf.org>2015-10-23 17:13:17 +0545
commit1047465be3f6b5fdf85805710ed3d8411f51499d (patch)
tree40ecc201f06dd1fbce634b6adb66dd918781ce5c /src/usr/local/www/pkg_mgr_installed.php
parent50e6c063e6ec148917ff0bcb0bce8b0a08df5792 (diff)
downloadpfsense-1047465be3f6b5fdf85805710ed3d8411f51499d.zip
pfsense-1047465be3f6b5fdf85805710ed3d8411f51499d.tar.gz
Balance a tag in pkg_mgr_installed
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 0141a33..8d61cba 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -185,7 +185,9 @@ if(empty($installed_packages)):?>
<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($changeloglink)?>">
<?php endif;?>
<?=htmlspecialchars($pkg['installed_version'])?>
+<?php if (!$g['disablepackagehistory']):?>
</a>
+<?php endif;?>
</td>
<td>
<?=$pkg['desc']?>
OpenPOWER on IntegriCloud