When I input code in html-mode and save, I can see that the editor have added code that I do not want.
Example: I input <img alt="" src="img/image.jpg">, and after save this is displayed: <img alt="" src="img/image.jpg" />.
Character / is added at the end.
Is there a way where I can get rid of this extra tag? I get error when I check in
http://validator.w3.org/, because this is restricted to XHTML. I write in pure HTML, ISO 8859.