I think the minified version may be different from the source. We upgraded to 2.6.6 which fixed the bug in which a <p> tag was being added to the beginning of templates, but switching to the source of 2.6.6 reintroduced this problem. Can anyone confirm?
Tue, 06/21/2011 - 12:12
#1
Re: Minified 2.6.6 different from source?
fckconfig.js
change
FCKConfig.EnterMode = 'p' ; // p | div | br
to
regards john