diff options
author | Beck <designbybeck@gmail.com> | 2021-08-18 16:18:43 -0500 |
---|---|---|
committer | Beck <beck@learnopen.tech> | 2021-09-01 14:51:33 -0500 |
commit | fc5e5351113a51b4b27c0d0a06af62e239a05978 (patch) | |
tree | 609e60be35c58ff9bd4ae5f9c510189c596575c3 /apps/theming | |
parent | db7928410793ee28cd3e2fc40c38181fa92b639a (diff) | |
download | nextcloud-server-fc5e5351113a51b4b27c0d0a06af62e239a05978.tar.gz nextcloud-server-fc5e5351113a51b4b27c0d0a06af62e239a05978.zip |
Update apps/theming/templates/settings-admin.php
including noreferrer noopener
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Beck <beck@learnopen.tech>
Diffstat (limited to 'apps/theming')
-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 aebf24a43bd..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']); ?> target="_blank"> + <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> |