From: tokul Date: Sun, 29 May 2005 08:49:44 +0000 (+0000) Subject: i think, it is better that way. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=15623730e7230ffa5a4151266d763062a36f337c i think, it is better that way. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9475 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/forms.php b/functions/forms.php index 5f515d2b..48dbbcfc 100644 --- a/functions/forms.php +++ b/functions/forms.php @@ -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 passwall.com. Tags can be used for Section 508