mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
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>
This commit is contained in:
parent
7589d5a176
commit
db79284107
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']); ?>">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue