Development

Changeset 10231

You must first sign up to be able to contribute.

Changeset 10231

Show
Ignore:
Timestamp:
07/11/08 21:44:02 (4 months ago)
Author:
fabien
Message:

doc: fixed typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.2/forms_book/en/03-Forms-for-web-Designers.txt

    r10230 r10231  
    5454> 
    5555>     [php] 
    56 >     <Form action="<?php echo url_for('contact/index') ?>" method="POST" <?php $form->isMultipart() and echo 'enctype="multipart/form-data"' ?>> 
     56>     <Form action="<?php echo url_for('contact/index') ?>" method="POST" <?php $form->isMultipart() and print 'enctype="multipart/form-data"' ?>> 
    5757 
    5858The Prototype Template