diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-01-06 21:09:29 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-01-06 21:09:53 -0500 |
commit | a518c507ca6006393d994457f90ae7583bafa2b0 (patch) | |
tree | 890121e2f20042854e31a130a9505b1a6a6d468e /src/usr/local | |
parent | c2aa7860a98875cb9990a364f534c9a521fc0abe (diff) | |
download | pfsense-a518c507ca6006393d994457f90ae7583bafa2b0.zip pfsense-a518c507ca6006393d994457f90ae7583bafa2b0.tar.gz |
Open help link in a new tab
Diffstat (limited to 'src/usr/local')
-rwxr-xr-x | src/usr/local/www/head.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc index c8e99dd..bf5eb6f 100755 --- a/src/usr/local/www/head.inc +++ b/src/usr/local/www/head.inc @@ -488,7 +488,7 @@ echo '<li>'. get_shortcut_log_link($shortcut_section, false). '</li>'; ?> <?php if (!$g['disablehelpicon']): ?> <li> - <a href="<?=$helpurl?>" title="<?=gettext("Help for items on this page")?>" class="help-icon"> + <a href="<?=$helpurl?>" target="_blank" title="<?=gettext("Help for items on this page")?>" class="help-icon"> <i class="fa fa-question-circle"></i> </a> </li> |