diff -r 51386f1852b8 -r f26a69c40431 includes/clientside/tinymce/plugins/paste/editor_plugin_src.js --- a/includes/clientside/tinymce/plugins/paste/editor_plugin_src.js Thu Mar 06 20:45:46 2008 -0500 +++ b/includes/clientside/tinymce/plugins/paste/editor_plugin_src.js Thu Mar 06 20:47:11 2008 -0500 @@ -1,5 +1,5 @@ /** - * $Id: editor_plugin_src.js 615 2008-02-20 23:18:01Z spocke $ + * $Id: editor_plugin_src.js 650 2008-02-27 13:41:02Z spocke $ * * @author Moxiecode * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. @@ -277,28 +277,27 @@ }, _convertMiddots : function(div, search, class_name) { - var mdot = String.fromCharCode(183); - var bull = String.fromCharCode(8226); + var ed = this.editor, mdot = String.fromCharCode(183), bull = String.fromCharCode(8226); + var nodes, prevul, i, p, ul, li, np, cp, li; - var nodes = div.getElementsByTagName("p"); - var prevul; - for (var i=0; i