I tried to figure it out by myself, but I failed. So I hope to get an solution from an experienced board member:
As most of you out there I am using smarty tags inside the html-code of the content area. Usually, if these tags will not generate in-line html-output (e.g. modules), I prefer to put the smarty-tags on a single line in the html-source. After upgrading to version 1.0.6 from 1.0.4 the behaviour of the fckeditor changes in the way that by switching from WYSIWYG to source view the single-line smarty becomes enclosed by paragraph tags:
Code: Select all
{smartytag}
will be converted to
Code: Select all
<p>{smartytag}</p>
Thanks