Development

Changeset 8818

You must first sign up to be able to contribute.

Changeset 8818

Show
Ignore:
Timestamp:
05/06/08 23:46:43 (3 months ago)
Author:
FabianLange
Message:

fixed typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/10-Forms.txt

    r8711 r8818  
    285285 
    286286    [php] 
    287     <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20')) ?> 
     287    <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20') ?> 
    288288     => a rich text edit zone powered by TinyMCE 
    289     <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"')) ?> 
     289    <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"') ?> 
    290290    => a rich text edit zone powered by TinyMCE with custom parameters 
    291291 
  • doc/branches/1.1/book/10-Forms.txt

    r8711 r8818  
    285285 
    286286    [php] 
    287     <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20')) ?> 
     287    <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20') ?> 
    288288     => a rich text edit zone powered by TinyMCE 
    289     <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"')) ?> 
     289    <?php echo textarea_tag('name', 'default content', 'rich=true size=10x20 tinymce_options=language:"fr",theme_advanced_buttons2:"separator"') ?> 
    290290    => a rich text edit zone powered by TinyMCE with custom parameters 
    291291