X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fhtml.class.php;h=93fbdf3d3609e048fa1769e61d9b29ff13ee9189;hb=91220ed174f687179ea9da3c8a03c02440aab8ee;hp=faa9b3c34fbc1c6f76106a3d97fa311c67e68397;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/class/html.class.php b/class/html.class.php index faa9b3c3..93fbdf3d 100644 --- a/class/html.class.php +++ b/class/html.class.php @@ -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;