XHTML Bugfixes

This commit is contained in:
Wouter van Oijen 2006-02-10 21:21:03 +00:00
parent c68c65a504
commit 2b1c85370c
6 changed files with 9 additions and 9 deletions

View file

@ -125,7 +125,7 @@ The form's submission method. This defaults to "POST" and probably shouldn't be
If you want to add anything special to your form like javascript actions, or stylesheet information, you'd add it in here as follows:
'"name"="myForm" onChange="myForm.submit()"'
'"name"="myForm" onchange="myForm.submit()"'
=head3 enctype