Update COPYING with new address of the FSF.
[squirrelmail.git] / src / view_html.php
index 462e197433f9a72860b9e24fe2d415b4eb2492c4..cce20eaf7210c28b862283d8499199e42dec0c13 100644 (file)
@@ -1,17 +1,18 @@
 <?php
+
 /**
  * $Source$
  * Displays html message parts
  *
  * File is used to display html message parts. Usually inside iframe.
- * It should be called with passed_id, ent_id and mailbox options in 
- * GET request. passed_ent_id and view_unsafe_images options are 
- * optional. User must be authenticated ($key in cookie. $username and 
+ * It should be called with passed_id, ent_id and mailbox options in
+ * GET request. passed_ent_id and view_unsafe_images options are
+ * optional. User must be authenticated ($key in cookie. $username and
  * $onetimepad in session).
- * 
+ *
  * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * This file is part of SquirrelMail webmail interface.
- * 
+ *
  * SquirrelMail is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -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