Fix again for Internet Explorer's stupidity of decoding characters, then
[squirrelmail.git] / class / html.class.php
index faa9b3c34fbc1c6f76106a3d97fa311c67e68397..93fbdf3d3609e048fa1769e61d9b29ff13ee9189 100644 (file)
@@ -8,8 +8,13 @@
  * 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;