Clarify language
[squirrelmail.git] / functions / htmlentities / utf-8.php
index c84a305818c7679f35a33018d628530533cb1207..297cc005cc7f5e9b96ae5a30bd0310b683f33744 100644 (file)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * utf-8 html entities table
  *
- * @copyright (c) 2004-2005 The SquirrelMail Project Team
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -272,4 +273,3 @@ $sq_html_ent_table = array_merge($sq_html_ent_table,
               "\xE2\x99\xA6" => '&diams;'
               )
        );
-?>
\ No newline at end of file