Umbraco CMS stripping ALT tags from images when content saved
- by Yucel
Umbraco CMS stripping ALT tags from images when content saved
Umbraco is taking this
< img alt="Your Title - for example Mr., Mrs., Ms." src="../media/21283/q16x16.gif" width="16" height="15" />
and turning it into this.
<img alt="" src="/media/21283/q16x16.gif" width="16" height="15" rel="16,15" />
If I alter the alt tag after this processing then the alt tag is saved.