diff options
author | Beck <designbybeck@gmail.com> | 2021-07-01 17:41:59 -0500 |
---|---|---|
committer | Beck <beck@learnopen.tech> | 2021-09-01 14:51:33 -0500 |
commit | db7928410793ee28cd3e2fc40c38181fa92b639a (patch) | |
tree | 0059b7e81d4b06128489c5f1d1af86ef1eaecede /apps/theming/templates | |
parent | 7589d5a1763082d2ac9e65e60e6d5c2d7c625b98 (diff) | |
download | nextcloud-server-db7928410793ee28cd3e2fc40c38181fa92b639a.tar.gz nextcloud-server-db7928410793ee28cd3e2fc40c38181fa92b639a.zip |
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>
Diffstat (limited to 'apps/theming/templates')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 2 |
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..aebf24a43bd 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"> <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> |