From: Alan Date: Fri, 18 Feb 2022 06:22:44 +0000 (+0800) Subject: add "A" to inline elements for html serializer X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=741432e9c87e0edb4cea0078298f312a18a29401 add "A" to inline elements for html serializer --- diff --git a/docs/src/Roo_htmleditor_TidyWriter.js.html b/docs/src/Roo_htmleditor_TidyWriter.js.html index 44997ebb06..3dd67335ea 100644 --- a/docs/src/Roo_htmleditor_TidyWriter.js.html +++ b/docs/src/Roo_htmleditor_TidyWriter.js.html @@ -388,7 +388,7 @@ Roo.htmleditor.TidyWriter.inline_elements = [ 'SPAN','STRONG','B','EM','I','FONT','STRIKE','U','VAR', - 'CITE','DFN','CODE','MARK','Q','SUP','SUB','SAMP' + 'CITE','DFN','CODE','MARK','Q','SUP','SUB','SAMP', 'A' ]; Roo.htmleditor.TidyWriter.shortend_elements = [ 'AREA','BASE','BASEFONT','BR','COL','FRAME','HR','IMG','INPUT',