Getting ready for 1.4.0 RC1
[squirrelmail.git] / class / html.class.php
index 1d88e552461a48abf7f7870fe7e5ac001ffe1786..faa9b3c34fbc1c6f76106a3d97fa311c67e68397 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * html.class.php
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions needed to generate html output.
@@ -10,7 +10,6 @@
  * $Id$
  */
 
-
 class html {
   var $tag, $text, $style, $class,  
       $id, $html_el = array(), $javascript, $xtr_prop;