I\'ve using CKEditor for updating CMS content on my website. I also using FontAwesome, which includes set of fancy icons, that can be displayed like this
&l
It is removed because it is empty. Put some non-breaking space
or zero-width space
within it to preserve your tag.
You can also remove i
from CKEDITOR.dtd.$removeEmpty
object. This may, however, break other empty tags without
class="icon-envelope"
. To fix this you would need to play with a data processor to filter empty 's
without class="icon-envelope"
. Pretty easy I guess.