Skip to content

Commit

Permalink
changing tag for text if there is no link
Browse files Browse the repository at this point in the history
  • Loading branch information
DejanVHUG committed Jan 22, 2024
1 parent 4e82986 commit f8c68a9
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 @@ -45,7 +45,7 @@ if($this->ic_show_information){
<?php if ($file->ic_href !== '') : ?>
<a href="https://<?= $file->ic_href ?>"><?= $file->ic_copyright ?></a>
<?php else: ?>
<a><?= $file->ic_copyright ?></a>
<span><?= $file->ic_copyright ?></span>
<?php endif; ?>
</h3>
<?php if($showInfo): ?> <span class="icon"></span> <?php endif; ?>
Expand Down

0 comments on commit f8c68a9

Please sign in to comment.