My editor deletes the below code:
<i class="fa fa-plus-square"></i><i class="fa fa-minus-square"></i>
i had the project to be delivered last friday and when finally i was implementing it in bcc, i noticed that the editor deleted the code, so i made a micro-site just for the landing page i created.
After consulting with the IT, they said that the problem was the missing space between the opening and closing 'i' tag. and they deployed the code as below, and it didn't delete the code anymore:
<i class="fa fa-plus-square"> </i><i class="fa fa-minus-square"> </i>
is this a bug of the editor or it was my responsibility to write a white space between?
they added the space with the "space" key of the keyboard, they didn't even use
Everything is ok for the company, just wondering if it was my mistake or just a bug of the editor. I had never encountered this kind of problem(?).