Opened 9 years ago
Closed 9 years ago
#13423 closed Bug (duplicate)
Issue in "<a>" Tag
Reported by: | vinu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
There is a issue while inserting <table> tag inside <a> tag in CKEditor.
sample:
<a href="#"><table><tr><td>test</td></tr></table></a>
Result:
<table><tbody><tr><td><a href="#">test</a></td></tr></tbody></table>
Is there a solution
Thanks in advance
DUP of #7961 which is a DUP of #9457.