Changeset 15259
- Timestamp:
- 02/26/08 18:47:37 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/widget/tinymce.php
r15258 r15259 195 195 if ($this->_config->get('tinymce_use_compressor')) 196 196 { 197 $gz_config = preg_replace("/ theme\s*?:/", "themes :", $config);197 $gz_config = preg_replace("/^theme\s*?:/", "themes :", $config); 198 198 $script_gz = <<<EOT 199 199 tinyMCE_GZ.init({
