aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-09-01 22:57:02 +0200
committerGitHub <noreply@github.com>2021-09-01 22:57:02 +0200
commit135bc78db644529178afefa3333c06f020711aba (patch)
treeb623d7acd7abea9b29769477129a740d838dd118
parent1a4e4b87aaa27e632574c65eebbe3f6fa1e5f1c9 (diff)
parentfc5e5351113a51b4b27c0d0a06af62e239a05978 (diff)
downloadnextcloud-server-135bc78db644529178afefa3333c06f020711aba.tar.gz
nextcloud-server-135bc78db644529178afefa3333c06f020711aba.zip
Merge pull request #27757 from designbybeck/patch-1
Target Blank for external link
-rw-r--r--apps/theming/templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php
index d6bbd77dc3b..d38ca0fc44c 100644
--- a/apps/theming/templates/settings-admin.php
+++ b/apps/theming/templates/settings-admin.php
@@ -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" rel="noreferrer noopener">
<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>