diff options
author | svncommit <devs@roundcube.net> | 2007-02-26 07:19:44 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-02-26 07:19:44 +0000 |
commit | 87e2fddb32da8580f73c5ec0628e9eacfb4e0043 (patch) | |
tree | 33a5448f5e22896a0375ce418df5ba294076ebfa /program/js/tiny_mce/plugins/cleanup | |
parent | e17702395e1aa0fa54eea36817e1150c231d49eb (diff) |
upgrade to TinyMCE v2.1.0
Diffstat (limited to 'program/js/tiny_mce/plugins/cleanup')
-rw-r--r-- | program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js b/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js index c672a6e94..8e1312fa0 100644 --- a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js +++ b/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js @@ -1,10 +1,10 @@ /**
- * $Id: editor_plugin_src.js 18 2006-06-29 14:11:23Z spocke $
+ * $Id: editor_plugin_src.js 162 2007-01-03 16:16:52Z spocke $
*
* Experimental plugin for new Cleanup routine, this logic will be moved into the core ones it's stable enougth.
*
* @author Moxiecode
- * @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
+ * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
*/
/* Dummy file since cleanup is now moved to core */
|