id summary reporter owner description type status priority milestone component version resolution keywords cc 5154 ckeditor adds whitespace to tags in source routinet "When adding text with simple formats, fckeditor is inject whitespace between the tags, and between the tags and the content. When retrieving the same text from the database, the injected whitespace is interpreted as additional content, which is wrapped in its own set of tags. Each of the new tags receives the same injection of whitespace. Example: Simple text: {{{

text 1

text 2

text 3

}}} After switch out and back into source: {{{

text 1

text 2

text 3

}}} After saving and reloading the text, and switching to source view: {{{


text 1

 


text 2

 


text 3

}}} Doing the same again, with absolutely zero changes by the user: {{{




text 1

 


 

 




text 2

 


 

 




text 3

}}} " Bug closed Normal Core : Output Data 3.1 invalid