Add option to ask users for personal information on first login.
[squirrelmail.git] / functions / htmlentities / readme.php
index b86ca1555abcb2c49ba3f30dbe9cc1d64a15093c..ada66f750b85634dc8c8428e876a25d1667cdf2c 100644 (file)
@@ -1,10 +1,11 @@
 <?php
+
 /**
  * SquirrelMail html translation table documentation
  *
  * SquirrelMail provides own implementation of htmlentities() and
  * get_html_translation_table() functions. Functions are called
- * sq_get_html_translation_table() and sq_htmlentities(). They are 
+ * sq_get_html_translation_table() and sq_htmlentities(). They are
  * included in functions/strings.php
  *
  * sq_htmlentities uses same syntax as functions available in php 4.1.0
@@ -20,7 +21,7 @@
  * it returns translation table defined by charset. Function defaults to us-ascii charset
  * and not to iso-8859-1.
  *
- * Why own functions are used instead of htmlspecialchars() and 
+ * Why own functions are used instead of htmlspecialchars() and
  * htmlentities() provided by php.
  *
  * <ul>
  * U+2666 - &diams;    -- black diamond suit
  * </pre>
  *
- * @copyright (c) 2004 The SquirrelMail development team
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage strings
  */
-?>
\ No newline at end of file