Browse Source

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>
tags/v23.0.0beta1
Beck 2 years ago
parent
commit
db79284107
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/theming/templates/settings-admin.php

+ 1
- 1
apps/theming/templates/settings-admin.php 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>

Loading…
Cancel
Save