alecpl
2008-07-18 18240a9201d193a5a2420f8644fa05b7bfbceeec
program/js/tiny_mce/plugins/paste/editor_plugin_src.js
@@ -1,5 +1,5 @@
/**
 * $Id: editor_plugin_src.js 738 2008-03-20 20:00:48Z spocke $
 * $Id: editor_plugin_src.js 862 2008-06-02 20:09:06Z spocke $
 *
 * @author Moxiecode
 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
@@ -104,6 +104,8 @@
      },
      _insertText : function(content, bLinebreaks) { 
         content = this.editor.dom.encode(content);
         if (content && content.length > 0) {
            if (bLinebreaks) { 
               // Special paragraph treatment