mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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>
This commit is contained in:
parent
db79284107
commit
fc5e535111
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue