Skip to content

Commit

Permalink
chore: reduce template
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 19, 2025
1 parent b263537 commit 246883e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Handler/Templates/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
<a href="<?= $linkToSite; ?>" style="text-decoration: none;color:unset;"><?= $signedBy; ?></a>
<?php if ($validateIn) { ?>
<br>
<a href="<?=$validationSite; ?>"
style="text-decoration: none;color:unset;">
<?= str_replace('%s', $validationSite, $validateIn); ?>
</a>
<a href="<?=$validationSite; ?>" style="text-decoration: none;color:unset;"><?= str_replace('%s', $validationSite, $validateIn); ?></a>
<?php } ?>
</td>
</tr>
Expand Down

0 comments on commit 246883e

Please sign in to comment.