Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeck <designbybeck@gmail.com>2021-07-02 01:41:59 +0300
committerBeck <beck@learnopen.tech>2021-09-01 22:51:33 +0300
commitdb7928410793ee28cd3e2fc40c38181fa92b639a (patch)
tree0059b7e81d4b06128489c5f1d1af86ef1eaecede /apps/theming
parent7589d5a1763082d2ac9e65e60e6d5c2d7c625b98 (diff)
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')
-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..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>