You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is problem it have crippled both content of CDATA (</your>) but as well it get confused and crippled rest of the html. It have completely swallowed tag ac:plain-text-body plus it crippled ending tag </ac:structured-macro> which should end immediately after ac:plain-text-body, but was moved to the end of html.
If I remove angle brackets <> from the content of CDATA tag html is parsed and printed correctly.
Expected results:
Is it will not try to anyhow interpret angle brackets inside tag and will parse HTML correctly.
Note:
This is just small part of large html page which get's whole crippled because of this bug.
The text was updated successfully, but these errors were encountered:
How to reproduce the issue:
Output of such program is:
There is problem it have crippled both content of
CDATA
(</your>
) but as well it get confused and crippled rest of the html. It have completely swallowed tag ac:plain-text-body plus it crippled ending tag</ac:structured-macro>
which should end immediately after ac:plain-text-body, but was moved to the end of html.If I remove angle brackets
<>
from the content of CDATA tag html is parsed and printed correctly.Expected results:
Is it will not try to anyhow interpret angle brackets inside tag and will parse HTML correctly.
Note:
This is just small part of large html page which get's whole crippled because of this bug.
The text was updated successfully, but these errors were encountered: