/[drupal]/contributions/modules/wysiwyg/editors/tinymce.inc
ViewVC logotype

Diff of /contributions/modules/wysiwyg/editors/tinymce.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.21, Wed Jan 7 09:02:25 2009 UTC revision 1.22, Sun Feb 1 04:37:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: tinymce.inc,v 1.20 2008/12/31 15:00:41 sun Exp $  // $Id: tinymce.inc,v 1.21 2009/01/07 09:02:25 sun Exp $
3    
4    
5  /**  /**
# Line 117  function wysiwyg_tinymce_settings($edito Line 117  function wysiwyg_tinymce_settings($edito
117      'relative_urls' => FALSE,      'relative_urls' => FALSE,
118      'theme' => $theme,      'theme' => $theme,
119      'width' => '100%',      'width' => '100%',
120        'strict_loading_mode' => TRUE,
121    );    );
122    if (isset($config['apply_source_formatting'])) {    if (isset($config['apply_source_formatting'])) {
123      $init['apply_source_formatting'] = $config['apply_source_formatting'];      $init['apply_source_formatting'] = $config['apply_source_formatting'];

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.2