[SOLVED] MIcrotiny deletes blank SPAN
Posted: Mon Nov 04, 2013 10:19 pm
Hi All,
if I put a blank <span class="dropcap_holder"></span> in the content's textarea of a cmsms page, with the wysiwyg toggled off, and then I toggle the wysiwyg on, the SPAN disappears.
The only way I've found to save the page, maintaining the empty span, with wysiwyg ON, is to insert a inside it, in this way:
I think it is a Microtiny's bug. Am I right? Is there any fix for this?
Thank you
Massimiliano
if I put a blank <span class="dropcap_holder"></span> in the content's textarea of a cmsms page, with the wysiwyg toggled off, and then I toggle the wysiwyg on, the SPAN disappears.
The only way I've found to save the page, maintaining the empty span, with wysiwyg ON, is to insert a
Code: Select all
Code: Select all
<span class="dropcap_holder"> </span>
Thank you
Massimiliano