X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Ftiny_mce%2Fplugins%2Fadvimage%2Feditor_plugin_src.js;h=0b96fd641d3d5accb7e6c4e5d6e0e63d56d06f73;hp=f526842e6f4cbf5a8d9003ad3b287417cf47bf94;hb=56d69e5d8434e98835a2582c59b771ba69475431;hpb=ea36c3b92b59412eb3d74ab248f2c371d254dc06 diff --git a/webcit/tiny_mce/plugins/advimage/editor_plugin_src.js b/webcit/tiny_mce/plugins/advimage/editor_plugin_src.js index f526842e6..0b96fd641 100644 --- a/webcit/tiny_mce/plugins/advimage/editor_plugin_src.js +++ b/webcit/tiny_mce/plugins/advimage/editor_plugin_src.js @@ -1,8 +1,5 @@ -/** - * $Id: editor_plugin_src.js 677 2008-03-07 13:52:41Z spocke $ - * - * @author Moxiecode - * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. +/* + * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. */ (function() { @@ -44,4 +41,4 @@ // Register plugin tinymce.PluginManager.add('advimage', tinymce.plugins.AdvancedImagePlugin); -})(); \ No newline at end of file +})();