Skip to content

Commit

Permalink
clicking the link opens in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DejanVHUG committed Jan 22, 2024
1 parent f8c68a9 commit 90d6afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/contao/templates/mod_image_copyright_list.html5
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if($this->ic_show_information){
<h3 class="copyright-text">
<?= $file->ic_imageID ?> -
<?php if ($file->ic_href !== '') : ?>
<a href="https://<?= $file->ic_href ?>"><?= $file->ic_copyright ?></a>
<a href="https://<?= $file->ic_href ?>" target="_blank"><?= $file->ic_copyright ?></a>
<?php else: ?>
<span><?= $file->ic_copyright ?></span>
<?php endif; ?>
Expand Down

0 comments on commit 90d6afb

Please sign in to comment.