[Typo3-dev] RTEHtmlArea & fdfx_2cols - Problems with <span class="...">
Meik Schmidt
schmidtsmeik at gmx.de
Fri Sep 23 17:10:38 CEST 2005
Hello community,
i think that i found a bug in RTEHtmlArea. I use the extension
fdfx_2cols and only in the left column the span tag is ignored and not
be saved.
********************
Example 1:
********************
<p><span class="test">...text...</span></p>
---> <p>...text...</p>
********************
Example 2:
********************
<p><span class="test" style="color: red;">...text...</span></p>
---> <p><p><span style="color: red;">...text...</span>
It seems that a function does not accept "class=" in the span tag. This
problem only appears if i edit the left column of this extension. The
right column works fine...
Has anybody an idea?
More information about the TYPO3-dev
mailing list