X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fhtml.class.php;h=fba98feb2f70f2933e8d46e9e70c4938f8b3fa0a;hb=0f610dca6fd52a148e290f79cdfcfc572998b475;hp=faa9b3c34fbc1c6f76106a3d97fa311c67e68397;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/class/html.class.php b/class/html.class.php index faa9b3c3..fba98feb 100644 --- a/class/html.class.php +++ b/class/html.class.php @@ -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$ + * @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; @@ -167,4 +172,4 @@ class html { } -?> +?> \ No newline at end of file