From: Michael Rasmussen Date: Sun, 31 May 2015 13:00:30 +0000 (+0200) Subject: fix indentation X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/eda4e624d212be8beb7d3d5764103082f7ecdd03 fix indentation --- 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);