Add closing Body and HTML tags, remove Newlines at end of files (just incase)
[squirrelmail.git] / plugins / filters / spamoptions.php
index 97670bafa3d6732813f391df23b9f1127d1918ef..7f6491c79fb0df3dffd4c84a067c7add332cbd2a 100644 (file)
@@ -178,7 +178,7 @@ if (isset($action) && $action == 'spam') {
         '</table>'.
         '</center>'.
         '</form>';
         '</table>'.
         '</center>'.
         '</form>';
-
+    echo '</body></html>';
 }
 
 if (! isset($_GET['action']) || $_GET['action'] != 'spam') {
 }
 
 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 "</td></tr>\n";
     }
     echo '</table>';
+    echo '</body></html>';
 }
 
 }
 
-?>
+?>
\ No newline at end of file