How to prevent FCKEditor from automatically replacing image tag with img tag?
Example FCKEditor changes this code:
to this code:
I need image tag since I use different XML format (dita) where image tag (not img) represents image.
Example FCKEditor changes this code:
<image href="someurl"/>
to this code:
<img href="someurl" alt="" />
I need image tag since I use different XML format (dita) where image tag (not img) represents image.