i think, it is better that way.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 29 May 2005 08:49:44 +0000 (08:49 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 29 May 2005 08:49:44 +0000 (08:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9475 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/forms.php

index 5f515d2bab8ca7673ab4301fe2cf6d55ebdcba7f..48dbbcfc118b09c36f2d1663e8fcb229c51905e0 100644 (file)
@@ -6,11 +6,11 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Functions to build HTML forms in a safe and consistent manner.
- * All name, value attributes are sanitized with htmlspecialchars().
+ * All attribute values are sanitized with htmlspecialchars().
  *
  * Currently functions don't provide simple wrappers for file and 
  * image input fields, support only submit and reset buttons and use 
- * input fields for buttons.
+ * html input tags for buttons.
  *
  * Since 1.5.1 all form functions should support id tags. Original 
  * idea by dugan <at> passwall.com. Tags can be used for Section 508