| Tags and chars in product desc
If you enter "<bold>test</bold>" in the product description, then click edit you are presented with the correct "<bold>test</bold>" in the HTML when you view it, then incorrectly given "<bold>test</bold>" when you click "edit" (it's not been reverse parsed).
Now when you save you get "<bold>test</bold>"
Now each time you click edit and save the misformed string gets longer and longer e.g.:
<bold>test</bold>
&lt;bold&gt;test&lt;/bold&gt;
&amp;lt;bold&amp;gt;test&amp;lt;/bold&amp;gt;
etc etc
|