X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fhtml.class.php;h=edc99a49b1829dc1e6e82569626b2cce16052e07;hb=80b0091e5dc0e4c09753a7db1649fd1e70e1090d;hp=1d88e552461a48abf7f7870fe7e5ac001ffe1786;hpb=2bfc4fbf7a733d3d6d11fae2e9de5a4812170c30;p=squirrelmail.git diff --git a/class/html.class.php b/class/html.class.php index 1d88e552..edc99a49 100644 --- a/class/html.class.php +++ b/class/html.class.php @@ -2,15 +2,19 @@ /** * html.class.php * - * Copyright (c) 2002 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$ + * @version $Id$ + * @package squirrelmail */ - +/** + * This class needs documenting - volunteers? + * @package squirrelmail + */ class html { var $tag, $text, $style, $class, $id, $html_el = array(), $javascript, $xtr_prop;