Increment year in copyright notice.
[squirrelmail.git] / plugins / info / options.php
index 3295c1c7e23073f4e82a6f8ede705fd44415659a..6a8db4ae04191e8fcfaee769d0ee43e3f5d5f902 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * options page for IMAP info plugin 
- * 
+ * options page for IMAP info plugin
+ *
  * This is where it all happens :)
- * 
- * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ *
+ * @copyright (c) 1999-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @author Jason Munro jason@stdbev.com
@@ -148,12 +148,12 @@ foreach($type as $index=>$value) {
          addInput($index, $value, 60);
 }
 
-echo "</td></tr></table></center><br>\n".
+echo "</td></tr></table></center><br />\n".
      '<center>'.
      addSubmit('submit','submit').
      addSubmit('clear','submit').
      addSubmit('default','submit').
-     "</center><br></form>\n";
+     "</center><br /></form>\n";
 
 $tests = array();
 
@@ -162,7 +162,7 @@ if ($submit == 'submit') {
         $check = "CHECK_".$index;
         if (isset($$check)) {
             $type[$index] = $$index;
-            array_push($tests, $index); 
+            array_push($tests, $index);
         }
     }
     for ($i=0;$i<count($tests);$i++) {
@@ -188,4 +188,4 @@ if ($submit == 'submit') {
  */
 do_hook('info_bottom');
 ?>
-</body></html>
+</body></html>
\ No newline at end of file