Fix quote_imap, the ereg pattern wasn't always interpreted right
[squirrelmail.git] / class / html.class.php
index faa9b3c34fbc1c6f76106a3d97fa311c67e68397..cfa5af420e9d6f8c7664a99af26a63a51133bcec 100644 (file)
@@ -2,14 +2,19 @@
 /**
  * html.class.php
  *
- * Copyright (c) 2003 The SquirrelMail Project Team
+ * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions needed to generate html output.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * This class needs documenting - volunteers?
+ * @package squirrelmail
+ */
 class html {
   var $tag, $text, $style, $class,  
       $id, $html_el = array(), $javascript, $xtr_prop;