Development

Changeset 1462

You must first sign up to be able to contribute.

Changeset 1462

Show
Ignore:
Timestamp:
06/16/06 16:08:09 (2 years ago)
Author:
fabien
Message:

fixed textarea_tag causes W3C invalid page with TinyMCE (closes #554)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/helper/FormHelper.php

    r1434 r1462  
    311311});'; 
    312312 
     313    if (isset($options['tinymce_options'])) 
     314    { 
     315      unset($options['tinymce_options']); 
     316    } 
     317 
    313318    return 
    314319      content_tag('script', javascript_cdata_section($tinymce_js), array('type' => 'text/javascript')).