Update COPYING with new address of the FSF.
[squirrelmail.git] / src / view_html.php
index 250bfe8771d303351f53754a28481913a99ea8ba..cce20eaf7210c28b862283d8499199e42dec0c13 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * $Source$
  * Displays html message parts
@@ -97,4 +98,5 @@ $body = MagicHTML( $body, $passed_id, $message, $mailbox);
 /** TODO: charset might be part of html code. */
 header('Content-Type: text/html; charset=' . $charset);
 echo $body;
+
 ?>
\ No newline at end of file