I'm having formatting / rewriting issues with a website I'm editing using Business Catalyst with Adobe.
Every time I populate a field with an icon, for example;
<div class="triangle left"><i class="icon-beaker"></i></div>
I save the file with their system administration panel, and it converts the icon class to em
.
So the end result is
<div class="triangle left"><em class="icon-beaker"></em></div>
This removes the icon entirely.