From 38b012e072f808393f87f5cc3059fab7072fb8b7 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 08 Feb 2008 12:33:08 -0500 Subject: [PATCH] Added some charset aliases to fix typical mis-labelling (#1484565) --- program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js | 6 ++---- 1 files changed, 2 insertions(+), 4 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 cb7dfac..8e1312f 100644 --- a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js +++ b/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js @@ -1,12 +1,10 @@ /** - * $RCSfile: editor_plugin_src.js,v $ - * $Revision: 1.10 $ - * $Date: 2006/02/10 16:29:38 $ + * $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 */ -- Gitblit v1.9.1