/[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.17.2.4, Wed Jan 7 09:02:40 2009 UTC revision 1.17.2.5, Sun Feb 1 04:37:52 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: tinymce.inc,v 1.17.2.3 2008/12/31 15:00:53 sun Exp $  // $Id: tinymce.inc,v 1.17.2.4 2009/01/07 09:02:40 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.17.2.4  
changed lines
  Added in v.1.17.2.5

  ViewVC Help
Powered by ViewVC 1.1.2