summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index d27d1cd..89a3634 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -182,7 +182,7 @@ include("head.inc");
<?php
if($index['pkginfolink']) {
$pkginfolink = $index['pkginfolink'];
- echo "<a href='$pkginfolink'>Package Info</a>";
+ echo "<a target='_new' href='$pkginfolink'>Package Info</a>";
} else {
echo "No info, check the <a href='http://forum.pfsense.org/index.php/board,15.0.html'>forum</a>";
}
OpenPOWER on IntegriCloud