Target Blank for external link

The icon on this looks to have an arrow showing an external link, but it loads in the same window. Added target="_blank"

Signed-off-by: Beck <beck@learnopen.tech>
This commit is contained in:
Beck 2021-07-01 17:41:59 -05:00 committed by Beck
parent 7589d5a176
commit db79284107

View file

@ -136,7 +136,7 @@ style('theming', 'settings-admin');
<div class="theming-hints">
<?php if (!$_['canThemeIcons']) { ?>
<p class="info">
<a href="<?php p($_['iconDocs']); ?>">
<a href="<?php p($_['iconDocs']); ?> target="_blank">
<em>
<?php p($l->t('Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.')); ?>
</em>