Add closing Body and HTML tags, remove Newlines at end of files (just incase)
[squirrelmail.git] / plugins / filters / options.php
index 73d03e379cb00fd27722e7e8b96e7611a28e679e..3d2f60ae6e72b170bc015429ba33369d393a8a0a 100644 (file)
  * Also view plugins/README.plugins for more information.
  *
  * $Id$
+ * @package plugins
+ * @subpackage filters
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
@@ -237,4 +239,5 @@ sqgetGlobalVar('action', $action, SQ_GET);
                 html_tag( 'td', ' ', 'left' )
             ) ,
         'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' );
-?>
+    echo '</body></html>';
+?>
\ No newline at end of file