X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_HtmlEditorCore.js.html;h=655280e5553e1ad0b7a97ebcb347e4f11d15838d;hb=79dceb4db132cf65b29faaf2cc5d6bc7b8267d4e;hp=c1d85f0fac6e35aadb57530aa22e8a21c277b2fe;hpb=10f9d134e94f565e2adb3f66b95d9ba764cbea87;p=roojs1 diff --git a/docs/src/Roo_HtmlEditorCore.js.html b/docs/src/Roo_HtmlEditorCore.js.html index c1d85f0fac..655280e555 100644 --- a/docs/src/Roo_HtmlEditorCore.js.html +++ b/docs/src/Roo_HtmlEditorCore.js.html @@ -722,6 +722,7 @@ // should be fonts.. new Roo.htmleditor.FilterKeepChildren({node : d, tag : [ 'FONT', ':' ]} ); new Roo.htmleditor.FilterParagraph({ node : d }); + new Roo.htmleditor.FilterHashLink({node : d}); new Roo.htmleditor.FilterSpan({ node : d }); new Roo.htmleditor.FilterLongBr({ node : d }); new Roo.htmleditor.FilterComment({ node : d });