Skip to content

Commit

Permalink
typo in RSS link
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Nov 25, 2023
1 parent 8b68e6d commit df31ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/rss.xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Email from: <?= escape($d['from']) ?><br/>
Email to: <?= escape(implode(';',$data['rcpts'])) ?><br/>
<?= ((count($att_text) > 0) ? 'Attachments:<br/>' . array2ul($att_text) . '<br/>' : '') ?>
<a href="<?= $url ?>api/raw/test@0xv.eu/1699459401553">View raw email</a> <br/>
<a href="<?= $url ?>/api/raw/<?= $email ?>/<?= $id ?>">View raw email</a> <br/>
<br/>---------<br/><br/>
<?= ($data['parsed']['htmlbody'] ? $data['parsed']['htmlbody'] : nl2br(htmlentities($data['parsed']['body']))) ?>
]]>
Expand Down

0 comments on commit df31ced

Please sign in to comment.