Add closing Body and HTML tags, remove Newlines at end of files (just incase)
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Nov 2003 22:25:47 +0000 (22:25 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Nov 2003 22:25:47 +0000 (22:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6106 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php
plugins/filters/options.php
plugins/filters/setup.php
plugins/filters/spamoptions.php

index d8bd7a201a501b76828850ae870f923f4b11e085..b3776faa6eea71761816f7e3e99a37ba0ddbe619 100644 (file)
@@ -867,4 +867,4 @@ function filter_get_headers ($imap_stream, $query) {
     return $msgs;
 }
 
-?>
+?>
\ No newline at end of file
index 0033ee756cb49a8c8009981b6a15ae33221f1ee2..3d2f60ae6e72b170bc015429ba33369d393a8a0a 100644 (file)
@@ -239,4 +239,5 @@ sqgetGlobalVar('action', $action, SQ_GET);
                 html_tag( 'td', '&nbsp;', 'left' )
             ) ,
         'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' );
-?>
+    echo '</body></html>';
+?>
\ No newline at end of file
index 5773b7e63fe121890632a702163fa8532354d064..4f30654073b0b86abc35ab5cd6d2214b1584e3b9 100644 (file)
@@ -152,4 +152,4 @@ function filters_optpage_register_block() {
         );
     }
 }
-?>
+?>
\ No newline at end of file
index 97670bafa3d6732813f391df23b9f1127d1918ef..7f6491c79fb0df3dffd4c84a067c7add332cbd2a 100644 (file)
@@ -178,7 +178,7 @@ if (isset($action) && $action == 'spam') {
         '</table>'.
         '</center>'.
         '</form>';
-
+    echo '</body></html>';
 }
 
 if (! isset($_GET['action']) || $_GET['action'] != 'spam') {
@@ -221,6 +221,7 @@ if (! isset($_GET['action']) || $_GET['action'] != 'spam') {
         echo "</td></tr>\n";
     }
     echo '</table>';
+    echo '</body></html>';
 }
 
-?>
+?>
\ No newline at end of file