Skip to content

Commit

Permalink
Merge pull request #76 from mlocher/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in email.html.php
  • Loading branch information
geek-at committed Jan 8, 2024
2 parents 61cc919 + 301b5b0 commit b4c31de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/templates/email.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p>Received: <span id="date2-<?= $mailid ?>"><script>document.getElementById('date2-<?= $mailid ?>').innerHTML = moment.unix(parseInt(<?=$mailid?>/1000)).format('<?= $dateformat; ?>');</script></span></p>

<p>
Reciepients:
Recipients:
<?php foreach ($emaildata['rcpts'] as $to) : ?>
<small class="badge"><?= escape($to) ?></small>
<?php endforeach; ?>
Expand Down Expand Up @@ -49,4 +49,4 @@
</article>

<!--
<script>history.pushState({email:"<?= $email ?>",id:"<?= $mailid ?>"}, "", "/read/<?= $email ?>/<?= $mailid ?>");</script> -->
<script>history.pushState({email:"<?= $email ?>",id:"<?= $mailid ?>"}, "", "/read/<?= $email ?>/<?= $mailid ?>");</script> -->

0 comments on commit b4c31de

Please sign in to comment.