Opened 16 years ago
Last modified 16 years ago
#4745 closed Bug
Editor doesn't handle empty anchor tags properly — at Initial Version
| Reported by: | Russ Tennant | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0.1 |
| Keywords: | Cc: |
Description
Sample source with empty anchor:
<div>
<a name="foo"/>
Some Text <br />
<ol>
<li> Item One </li>
<li> Item Two </li>
</ol>
</div>
Becomes
<div> <a name="foo"> Some Text <br /> </a> <ol> <li> <a name="foo">Item One </a></li> <li> <a name="foo">Item Two </a></li> </ol> </div> <p> <a name="foo"></a></p>
