Merge pull request #27757 from designbybeck/patch-1

Target Blank for external link
pull/28695/head
Joas Schilling 5 years ago committed by GitHub
commit 135bc78db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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" 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…
Cancel
Save