- Edited
I'm using OsTicket v1.12.3
php v7.2.23
mysql 5.7.27
Okay, this is one is really bugging me. I'm trying to add the following to an FAQ and as soon as I swap out of the code editor it is stripping out my div.
<div class="Mso-embed-container">
<iframe src="https://player.vimeo.com/video/172825105" frameborder="0" allowfullscreen=""> </iframe>
</div>
Then converts to
<iframe src="https://player.vimeo.com/video/172825105" frameborder="0" allowfullscreen=""> </iframe>
Where on earth in the code is it removing my div and custom css class?