Skip to content

Commit

Permalink
Update open_email.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LebToki authored Jul 14, 2024
1 parent a71452b commit d6ca80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/inbox/open_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function findEmailFile($filename, $paths)
} else {
// Decode and display content as HTML
$decodedContent = htmlspecialchars_decode($content, ENT_QUOTES);
echo nl2br($decodedContent);
echo '<div class="email-content">' . nl2br($decodedContent) . '</div>';
}
} else {
echo "Email not found.";
Expand Down

0 comments on commit d6ca80e

Please sign in to comment.