Font Awesome and others are reusing the <i> tag to [denote an icon](http://fortawesome.github.io/Font-Awesome/examples/).
However, the editor is setup to remove empty tags. This issue was noted in the [larger CK project](https://github.com/blueriver/MuraCMS/commit/962ec83c1d5894baf83dbd26a084798b510fd8fb) so I was hoping something similar could be done here?
Comments: ** Comment from web user: tha_watcha **
However, the editor is setup to remove empty tags. This issue was noted in the [larger CK project](https://github.com/blueriver/MuraCMS/commit/962ec83c1d5894baf83dbd26a084798b510fd8fb) so I was hoping something similar could be done here?
Comments: ** Comment from web user: tha_watcha **
1. Log in as Host and Go to Host -> __Html Editor Manager__ or click on the __Custom Editor Options__ under the Editor
2. Switch to the __Editor Config Tab__ and add the following line under __ProtectedSource__ and save the Settings, and reload the Editor Page.
[( /<span class[\s\S]*?\>/g ),( /<\/span>/g )]