diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-02-06 07:31:19 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-02-06 07:31:19 +0000 |
commit | 676ff610bdbe6d4613b0e3db7d5a609e913cd4b3 (patch) | |
tree | 15a516b20f82088fd81494f8c0723dc4cb16fa19 /scripts/forms.php | |
parent | ce323a1bac47db7c06083ccc9a80660b7b63aafa (diff) | |
download | pmwiki.svn-676ff610bdbe6d4613b0e3db7d5a609e913cd4b3.tar.bz2 |
Forms add attribute "form".
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4618 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts/forms.php')
-rw-r--r-- | scripts/forms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/forms.php b/scripts/forms.php index d573174f..fd426d67 100644 --- a/scripts/forms.php +++ b/scripts/forms.php @@ -15,7 +15,7 @@ SDV($InputAttrs, array('name', 'value', 'id', 'class', 'rows', 'cols', 'required', 'placeholder', 'autocomplete', 'min', 'max', 'step', 'pattern', 'role', 'aria-label', 'aria-labelledby', 'aria-describedby', 'aria-expanded', 'aria-pressed', 'aria-current', 'aria-hidden', - 'lang', 'formnovalidate', 'autofocus', 'accept' + 'lang', 'formnovalidate', 'autofocus', 'accept', 'form', )); # Set up formatting for text, submit, hidden, radio, etc. types |