thomascube
2011-09-28 63d6e6dfc35e6d82c4a64f37c408794c163becd4
program/js/tiny_mce/plugins/paste/js/pastetext.js
@@ -19,7 +19,7 @@
         }
      }
      tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, h);
      tinyMCEPopup.editor.execCommand('mceInsertClipboardContent', false, {content : h});
      tinyMCEPopup.close();
   },