From eda4e624d212be8beb7d3d5764103082f7ecdd03 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 31 May 2015 15:00:30 +0200 Subject: [PATCH] fix indentation --- message_view.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/message_view.php b/message_view.php index 03cced9..aeaa496 100644 --- a/message_view.php +++ b/message_view.php @@ -29,11 +29,11 @@ $structure = Mail_mimeDecode::decode($params); $headers = $structure->headers; - echo ''; - echo ''; - echo ''; - echo '
'; + echo ''; + echo ''; + echo ''; + echo '
'; echo ''; $from = $headers['from']; @@ -57,8 +57,8 @@ $bodytext = str_replace("\n", " ",$part->body); $bodytext = str_replace("", "", $bodytext); $bodytext = str_replace("", "", $bodytext); - $bodytext = str_replace("", "", $bodytext); - $bodytext = str_replace("", "", $bodytext); + $bodytext = str_replace("", "", $bodytext); + $bodytext = str_replace("", "", $bodytext); $bodytext = str_replace("", "", $bodytext); $bodytext = str_replace("", "", $bodytext); echo $bodytext; @@ -75,8 +75,8 @@ $bodytext = str_replace("\n", " ",$structure->body); $bodytext = str_replace("", "", $bodytext); $bodytext = str_replace("", "", $bodytext); - $bodytext = str_replace("", "", $bodytext); - $bodytext = str_replace("", "", $bodytext); + $bodytext = str_replace("", "", $bodytext); + $bodytext = str_replace("", "", $bodytext); $bodytext = str_replace("", "", $bodytext); $bodytext = str_replace("", "", $bodytext); -- 2.39.2