I've run across some strange behavior in the Soholaunch editor and am wondering if anybody else has seen this.
I want to place an anchor within a document. With the html editor I insert the following code:
<a name="front_page" title="front_page">sometext</a>
After updating, I find that the editor has changed the code to this:
<a name="front_page" title="front_page"></a>sometext
This is not the only time the editor changes what I enter, and while I've managed to work around the issue, it is annoying to say the least.
Is anybody else seeing this, or am I specially blessed?
I want to place an anchor within a document. With the html editor I insert the following code:
<a name="front_page" title="front_page">sometext</a>
After updating, I find that the editor has changed the code to this:
<a name="front_page" title="front_page"></a>sometext
This is not the only time the editor changes what I enter, and while I've managed to work around the issue, it is annoying to say the least.
Is anybody else seeing this, or am I specially blessed?
Comment