fix #8042 - clean up empty tags
[roojs1] / examples / test.js
index d6a71d2..58a9d07 100644 (file)
@@ -1,6 +1,4 @@
 Roo.onReady(function() {
-    new Roo.htmleditor.FilterHashLink({ node : document.body });
-    new Roo.htmleditor.FilterParagraph({ node : document.body });
-    new Roo.htmleditor.FilterLongBr({ node : document.body });
-    new Roo.htmleditor.FilterSpan({ node : document.body });
+    new Roo.htmleditor.FilterStyleToTag({ node : document.body});
+    new Roo.htmleditor.FilterEmpty({ node : document.body });
 });
\ No newline at end of file