]> git.datanom.net - qtadmin.git/commitdiff
fix indentation
authorMichael Rasmussen <mir@datanom.net>
Sun, 31 May 2015 13:00:30 +0000 (15:00 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 31 May 2015 13:00:30 +0000 (15:00 +0200)
message_view.php

index 03cced9d076ebe4a7de180284bc0cdd782b507e3..aeaa496a6cab44b8101c3f2a7b729ef4f9fe6a30 100644 (file)
                $structure = Mail_mimeDecode::decode($params);
                $headers = $structure->headers;
 
-        echo '<table class="button-menu">';
-        echo '<tr class="button-row">';
-        echo '<td class="button"><input class="btn-input" type="button" value="Return" 
-              onclick="javascript: history.back();"/></td>';
-        echo '</tr></table>';
+               echo '<table class="button-menu">';
+               echo '<tr class="button-row">';
+               echo '<td class="button"><input class="btn-input" type="button" value="Return"
+                         onclick="javascript: history.back();"/></td>';
+               echo '</tr></table>';
 
                echo '<table><tr>';
                $from = $headers['from'];
@@ -57,8 +57,8 @@
                                                $bodytext = str_replace("\n", " ",$part->body);
                                                $bodytext = str_replace("<body>", "", $bodytext);
                                                $bodytext = str_replace("</body>", "", $bodytext);
-                                                $bodytext = str_replace("<head>", "", $bodytext);
-                                                $bodytext = str_replace("</head>", "", $bodytext);
+                                               $bodytext = str_replace("<head>", "", $bodytext);
+                                               $bodytext = str_replace("</head>", "", $bodytext);
                                                $bodytext = str_replace("<html>", "", $bodytext);
                                                $bodytext = str_replace("</html>", "", $bodytext);
                                                echo $bodytext;
@@ -75,8 +75,8 @@
                                $bodytext = str_replace("\n", " ",$structure->body);
                                $bodytext = str_replace("<body>", "", $bodytext);
                                $bodytext = str_replace("</body>", "", $bodytext);
-                                $bodytext = str_replace("<head>", "", $bodytext);
-                                $bodytext = str_replace("</head>", "", $bodytext);
+                               $bodytext = str_replace("<head>", "", $bodytext);
+                               $bodytext = str_replace("</head>", "", $bodytext);
 
                                $bodytext = str_replace("<html>", "", $bodytext);
                                $bodytext = str_replace("</html>", "", $bodytext);
This page took 0.033896 seconds and 5 git commands to generate.